An open API service indexing awesome lists of open source software.

https://github.com/cirosantilli/skelix-os

Attempt to clean up the code of Skelix Operating System.
https://github.com/cirosantilli/skelix-os

Last synced: 20 days ago
JSON representation

Attempt to clean up the code of Skelix Operating System.

Awesome Lists containing this project

README

        

# Skelix OS

Attempt to clean up the code of Skelix Operating System.

Origin:

Initially taken from:

Requirements:

sudo apt-get install build-essential qemu

Usage:

cd directory-with-makefile
make
qemu final.img

Done:

- remove and gitignore output files
- factor out COPYING

TODO:

- get all working... :-) Must add 32-bit flags to all compilation commands so it works on 64-bit computers.
- factor out Makefiles:
- don't hard code object files...
- fix compiler warnings