Go to file
Adrien Bourmault 84972e99c9 Now in OS/K : floats ! 2019-11-27 00:25:23 +01:00
.github Create FUNDING.yml 2019-08-12 09:28:50 +02:00
boot BetterLoaderError.exe 2019-11-11 19:06:21 +01:00
build Some changes in Makefile to correct incompatibilities 2019-11-22 15:38:29 +01:00
include Error with march (speaker) corrected 2019-11-26 17:23:55 +01:00
kaleid Now in OS/K : floats ! 2019-11-27 00:23:50 +01:00
.gitignore Update ProjectTree 2019-06-02 21:15:52 +02: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 Now in OS/K : floats ! 2019-11-27 00:25:23 +01:00
Makefile Error with march (speaker) corrected 2019-11-26 17:23:55 +01:00
ProjectTree CPU Speed is now detected successfully 2019-11-15 00:14:49 +01:00
README.md Update README.md 2019-11-11 18:49:10 +01: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

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

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

To compile and install, simply use at the root of this project, with XXX the image or block file you want to use :

make install installdisk=XXX