Go to file
Julian Barathieu dc1cfa6151 Global variable (BootTab/CPU) stuff 2019-04-05 10:20:10 +02:00
boot clean the makefile and the root directory 2019-04-01 11:40:58 +02:00
build Stack & heap stuff 2019-03-25 23:10:06 +01:00
kaleid Global variable (BootTab/CPU) stuff 2019-04-05 10:20:10 +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 Changelog update 2019-03-25 23:27:00 +01:00
Makefile Made a much better vbprintf() 2019-04-04 20:17:50 +02:00
ProjectTree clean the makefile and the root directory 2019-04-01 11:40:58 +02:00
README.md Made a much better vbprintf() 2019-04-04 20:17:50 +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

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

IRC Channel: #os.k-devel on Freenode

Compile from sources

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

apt update && apt upgrade
apt install grub-pc dosfstools make nasm qemu

You also need to have the x86-64 ELF gcc cross-compiler and its "bin" repertory 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