Skip to content

LFUnion/LFOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFOS

Image Image Image

LFOS, a simple operating system. Copyright (C) 2015 LFUnion.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See http://www.gnu.org/licenses/.

Try it!

You can try LFOS directly in a browser! This is possible due to copy's emulator in JavaScript. You can try LFOS here: http://lfunion.bplaced.net/emulator/?profile=lfos

Builds

Builds are on the LFUnion jenkins server at https://a7318947.ngrok.io

Documentation

The documentation can be found at http://lfunion.bplaced.net/lfos/doc/html/

Version

This is a screenshot of the version:

Image

How can I contribute?

You have to install software to compile LFOS. Here are the steps for Arch Linux:

pacman -S nasm

yaourt -S lzip

pacman -S qemu

pacman -S base-devel

pacman -S mpfr

The following part is a bit complicated. You have to change the PKGBUILD file of the package, and remove all lines that contain the string "mpfr". (Don't forget to update the SHA-checksums)

yaourt -S i686-elf-gcc

We'll accept useful pull requests. We need developers, so if you want to contribute, contact us at lfunion@web.de.