Go to file
Julian Barathieu 9b4672d8ca Prefixes 2019-03-24 14:44:59 +01:00
boot Prefixes 2019-03-24 14:44:59 +01:00
build Big reorganization of the makefile 2019-03-17 22:32:52 +01:00
kaleid Prefixes 2019-03-24 14:44:59 +01:00
.gitignore clean-up 2019-03-08 09:44:39 +01:00
.stylehlp_asm Makefile Stuff 2019-03-18 13:45:41 +01:00
.stylehlp_c Makefile Stuff 2019-03-18 13:45:41 +01: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 stuff 2019-03-17 23:18:25 +01:00
Makefile Makefile stuff 2019-03-23 00:07:05 +01:00
ProjectTree Boot organization 2019-03-21 13:30:27 +01:00
Readme.md Update Readme.md 2019-03-17 22:52:34 +01:00

Readme.md

GNU GPL 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.

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 in /opt/cross-cc.

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