Go to file
Adrien Bourmault 849a0393a7 Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
.github Create FUNDING.yml 2019-08-12 09:28:50 +02:00
boot Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
build Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
include Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
kaleid Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
.gitignore Update ProjectTree 2019-06-02 21:15:52 +02:00
.stylehlp Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
.stylehlp_sh Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
AUTHORS Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
ChangeLog ChangeLog update ! 2020-02-02 14:33:35 +01:00
Makefile Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
ProjectTree Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
README.md Update Readme 2020-02-06 13:51:10 +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

For our IRC channel, see #os.k-devel on Freenode

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

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

You also need to have the x86-64 ELF gcc cross-compiler and its bin directory in your PATH.

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

make

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

make test

Screenshot

OS/K Started