An open API service indexing awesome lists of open source software.

https://github.com/codecs1/cpposengine

A toolkit (not really) uses C++ as default language to create your own OS (read README.md for more info)
https://github.com/codecs1/cpposengine

Last synced: 4 months ago
JSON representation

A toolkit (not really) uses C++ as default language to create your own OS (read README.md for more info)

Awesome Lists containing this project

README

        

# C++ Operating System Engine

### The project is back in development baby!

A toolkit (not really) that using C++ to create an OS.

> [!NOTE]
> This ToolKit hasn't support debugging yet.

## How to build
* 1: Clone this repository.
* 2: Build the project by typing ```make```.
* 3: Install the project by running ```make install``` with sudo-privileges.

#### The example codes are in 'tests' folder