Skip to content
/ Quasar Public

A tiny operating system micro kernel. (A.k.A. SegfaultOS)

Notifications You must be signed in to change notification settings

progval/Quasar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README - Quasar kernel
----------------------
This project has been created by:
- Leo Testard <leo.testard@gmail.com>
- Florent Revest <florent.revest666@gmail.com>


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)

About

A tiny operating system micro kernel. (A.k.A. SegfaultOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published