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.
- Host: GitHub
- URL: https://github.com/cirosantilli/skelix-os
- Owner: cirosantilli
- License: gpl-2.0
- Created: 2015-10-15T08:31:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T08:48:15.000Z (over 9 years ago)
- Last Synced: 2025-04-18T04:12:15.090Z (26 days ago)
- Language: C
- Size: 168 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.imgDone:
- remove and gitignore output files
- factor out COPYINGTODO:
- 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