mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
boot | ||
build | ||
kaleid | ||
.gitignore | ||
.stylehlp_asm | ||
.stylehlp_c | ||
.stylehlp_sh | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
Makefile | ||
ProjectTree | ||
Readme.md |
GNU GPL OS/K (OS on Kaleid)
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