项目作者: LFUnion

项目描述 :
A free and simple operating system
高级语言: C
项目地址: git://github.com/LFUnion/LFOS.git
创建时间: 2015-06-20T18:14:08Z
项目社区:https://github.com/LFUnion/LFOS

开源协议:GNU Affero General Public License v3.0

下载


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.