User:Max/Ghost Kernel: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
Max (talk | contribs)
Added some more info that I wrote for Wikipedia initially
Max (talk | contribs)
m Add link to GitHub
Line 12: Line 12:
|language=C++, assembly
|language=C++, assembly


|website=[http://ghostkernel.org ghostkernel.org]
|website=[https://ghostkernel.org ghostkernel.org]
}}
}}


'''Ghost OS''' is a free and open-source operating system for personal computers. It is under development since 2012 and currently compatible with the x86 platform.
'''Ghost OS''' is a free and open-source operating system for personal computers. It is under development since 2014 and currently compatible with the x86 platform.


The system is based on a microkernel named "Ghost Kernel" and features symmetric multi-processing and multitasking. Most of the kernel and system programs are written in C++. The project was started as a research system and now contains various advanced features like a graphical user interface and a custom C library.
The system is based on a microkernel named "Ghost Kernel" and features symmetric multi-processing and multitasking. Most of the kernel and system programs are written in C++. The project was started as a research system and now contains various advanced features like a graphical user interface and a custom C library.

The sources of the project can be found on [https://github.com/maxdev1/ghost GitHub].

Revision as of 09:24, 26 February 2019


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 operating system for personal computers. It is under development since 2014 and currently compatible with the x86 platform.

The system is based on a microkernel named "Ghost Kernel" and features symmetric multi-processing and multitasking. Most of the kernel and system programs are written in C++. The project was started as a research system and now contains various advanced features like a graphical user interface and a custom C library.

The sources of the project can be found on GitHub.