Go to file
Adrien Bourmault 3708519aae Major reorganization 2019-05-14 13:29:40 +02:00
boot Some logical changes and improvements 2019-05-13 15:18:00 +02:00
build Kernel image size calculation corrected 2019-05-11 22:26:40 +02:00
include Style update 2019-05-14 11:48:07 +02:00
kaleid cpu => ke 2019-05-14 13:17:24 +02:00
.gitignore update 2019-03-29 14:25:53 +01:00
.stylehlp stylehlp stuff 2019-04-03 14:33:43 +02:00
.stylehlp_sh Makefile Stuff 2019-03-18 13:45:41 +01:00
AUTHORS stuff 2019-03-17 23:18:25 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
ChangeLog Major reorganization 2019-05-14 13:27:14 +02:00
Makefile cpu => ke 2019-05-14 13:17:24 +02:00
ProjectTree Major reorganization 2019-05-14 13:29:40 +02:00
README.md Update README.md 2019-04-09 15:04:21 +02: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 the project plan, see OS/K Project

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

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