A free and simple operating system
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/.
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 are on the LFUnion jenkins server at https://a7318947.ngrok.io
The documentation can be found at http://lfunion.bplaced.net/lfos/doc/html/
This is a screenshot of the version:
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.