maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
559 stars 57 forks source link
ghost gui kernel libc microkernel os x86

ABOUT GHOST

Ghost is a hobby operating system for the Intel x86 platform. The OS is written from scratch in C/C++ and Assembly. The kernel is not based on any existing kernel, but is partially compatible to Unix.

This is the main development repository.

Update 2020/10/08: With the recent backmerge I've fixed a lot of bugs in the kernel and rewrote a lot of the user-space code. Still work-in-progress, working towards a version 1.0.0.

Project website: http://ghostkernel.org/

Documentation

See the documentation folder. It contains information about the technical design as well as building instructions.

A usually up-to-date version of the documentation is provided here: https://ghostkernel.org/documentation/

Features

Screenshot of 0.12.0

Ported software

Contact

If you want to get in contact, contribute to the project or have any questions, feel free to contact me at:

lokoxe@gmail.com

-Max Schlüssel