Go to file
Adrien Bourmault 77b9f2d066 Makefile stuff 2019-03-16 22:33:09 +01:00
boot Makefile stuff 2019-03-16 22:33:09 +01:00
build Loader (#28) 2019-03-08 08:43:44 +01:00
kaleid stuff 2019-03-14 21:00:03 +01:00
.gitignore clean-up 2019-03-08 09:44:39 +01:00
.stylehlp stuff 2019-03-12 17:13:09 +01:00
AUTHORS Legal stuff 2019-02-06 15:41:24 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
ChangeLog Legal stuff 2019-02-06 15:34:39 +01:00
Makefile Makefile stuff 2019-03-16 22:33:09 +01:00
Makefile.in Merging from master (#34) 2019-03-11 19:22:37 +01:00
ProjectTree Legal stuff 2019-02-06 15:34:39 +01:00
Readme.md Update Readme.md (#32) 2019-03-11 13:28:01 +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

You also need to have the x86-64 ELF gcc cross-compiler in /opt/cross-cc.

To compile for the first time, you must compile the whole project, in order to build the loop disk image :

make all

After that, you can use this to compile the kernel only :

make kaleid