Go to file
Julian Barathieu 8d61c9b5e0
errno & rc's & shell errors
2021-03-04 20:05:53 +01:00
boot Happy new year ! (a bit late) 2021-02-18 19:54:35 +01:00
build Happy new year ! (a bit late) 2021-02-18 19:54:35 +01:00
docs Documentation first draft 2021-03-04 18:05:45 +01:00
include errno & rc's & shell errors 2021-03-04 20:05:53 +01:00
kaleid errno & rc's & shell errors 2021-03-04 20:05:53 +01:00
.gitattributes Correcting linguist gitattributes parameters 2020-02-15 12:13:10 +01:00
.gitignore New cross-compiler 2020-06-01 23:21:01 +02:00
.stylehlp 2021 ProjectTree (2) 2021-02-24 20:53:51 +01:00
.stylehlp_sh 2021 ProjectTree (2) 2021-02-24 20:53:51 +01:00
AUTHORS Happy new year ! (a bit late) 2021-02-18 19:54:35 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
ChangeLog int 0x80 is triggered (but nothing printed though) 2021-02-26 13:18:20 +01:00
Makefile Userspace can trigger syscalls 2021-03-04 11:49:50 +01:00
ProjectTree Add a userspace code source 2021-03-04 09:51:25 +01:00
README.md int 0x80 is triggered (but nothing printed though) 2021-02-26 13:18:20 +01:00

README.md

OS/K (OS on Kaleid)

FSF Logo This program is free software, released under the terms of the GNU GPL version 3 or later as published by the Free Software Foundation

Fully free operating system from scratch (WIP)

For changelog, see ChangeLog

For structure of the sources, see ProjectTree

We have an IRC channel, see #os.k-devel on Freenode

For our XMPP public chat, see os-k-team@conference.os-k.eu

Note that every file within OS/K is written using spaces for tabulation, with each tabulation being 4 spaces long.

Compile from sources

To compile this project from sources, you must first install the dependencies :

sudo apt update && apt upgrade
apt install grub-pc-bin dosfstools make nasm qemu tree parted udisks2

To compile, simply use at the root of this project :

make

The OS/K cross-compiler will automatically be installed.

To compile and test, simply use at the root of this project :

make test

Compile the cross-compiler from sources

To compile the cross-compiler from sources, you must first install the dependencies :

sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo

Then use the compile-cross-cc option :

make compile-cross-cc=yes

Note : Depending on your connection, it may take some time to download the GCC and Binutils sources. In addition, compiling may require a lot of resources.

Screenshot

OS/K Started