1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
Go to file
Adrien Bourmault d38a280126 Merge from master into cpu&memory (#36)
* Update Readme.md

* stuff

* Debug this beautiful panicked kernel !

* Stuff I don't remember

* stuff

* merge

* merge

* Step 0 : InitTerms() is the bug

* Debug stuff

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1 : In StartPanic is the real problem

* Step 1.5 : \n was a problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2 : Well... It was a 'sleepy' problem

* Step 2.1 : GetPanicStr is an array

* Step 2.2 : Now panic accept 8 chars

* Ok then !
2019-03-11 19:31:48 +01:00
boot Merging from master (#34) 2019-03-11 19:22:37 +01:00
build Loader (#28) 2019-03-08 08:43:44 +01:00
kaleid Merging from master (#34) 2019-03-11 19:22:37 +01:00
.gitignore clean-up 2019-03-08 09:44:39 +01:00
.stylehlp sprintf family, ctype, better panic, better terminals, better kernel/base.h & other stuff (#29) 2019-03-08 09:00:55 +01:00
AUTHORS Legal stuff 2019-02-06 15:41:24 +01:00
ChangeLog Legal stuff 2019-02-06 15:34:39 +01:00
COPYING Merge branch 'master' into boot 2019-01-14 15:31:46 +01:00
Makefile Merging from master (#34) 2019-03-11 19:22:37 +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

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