Go to file
Adrien Bourmault 1cbc4d8af4
New cross-compiler
2020-06-01 23:21:01 +02:00
boot Ready to be completed 2020-02-20 22:10:03 +01:00
build test 2020-02-13 14:00:10 +01:00
docs Docs : loader/io WIP 2020-02-24 10:10:29 +01:00
include Rewriting all project tree 2020-02-20 08:40:45 +01:00
kaleid Merge branch 'pci' into shell 2020-02-20 08:46:46 +01:00
.gitattributes Correcting linguist gitattributes parameters 2020-02-15 12:13:10 +01:00
.gitignore New cross-compiler 2020-06-01 23:21:01 +02:00
.stylehlp Ready to be completed 2020-02-20 22:10:03 +01:00
.stylehlp_sh Update legals : repository copyright dates 2020-02-06 14:25:31 +01:00
AUTHORS Some changes and updates to repository docs 2020-02-07 22:34:34 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
ChangeLog Docs : loader/cpu 2020-02-24 10:00:23 +01:00
Makefile New cross-compiler 2020-06-01 23:20:22 +02:00
ProjectTree New cross-compiler 2020-06-01 23:20:22 +02:00
README.md Update README.md 2020-06-01 23:04:37 +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 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