User:Max/Ghost Kernel
< User:Max
Jump to navigation
Jump to search
Ghost OS | |
User interface showing a few windows & components | |
Developed by: | Max Schlüssel |
Kernel: | micro-kernel |
Task Model: | Preemptive multitasking |
Platform(s): | x86 |
Language(s): | C++, assembly |
Website: | ghostkernel.org |
Ghost OS is a free and open-source hobby operating systemIt is under development since 2014 and currently compatible with the x86 platform.
The system is based on a micro kernel named "Ghost Kernel" and features symmetric multi-processing and multitasking. Most of the kernel and system programs are written in C/C++. The project contains various advanced features like a graphical user interface and a custom C library.
The sources of the project can be found on GitHub.