https://github.com/progval/quasar
A tiny operating system micro kernel. (A.k.A. SegfaultOS)
https://github.com/progval/quasar
Last synced: 5 months ago
JSON representation
A tiny operating system micro kernel. (A.k.A. SegfaultOS)
- Host: GitHub
- URL: https://github.com/progval/quasar
- Owner: progval
- Created: 2012-06-24T13:10:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-24T13:18:05.000Z (over 13 years ago)
- Last Synced: 2025-04-05T23:13:51.128Z (9 months ago)
- Language: C
- Homepage:
- Size: 431 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README - Quasar kernel
----------------------
This project has been created by:
- Leo Testard
- Florent Revest
First of all, you must check that you have a simple working compilation chain including: gcc, nasm and ld
In order to compile and install Quasar on a disk image you just have to type:
$ make
And to test Quasar with QEMU, type:
$ make runqemu
If you have troubles compiling stage2, you'll probably need the following additional tools :
* Grub2
* xorriso (used to generate the disk image)