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)
- Host: GitHub
- URL: https://github.com/codecs1/cpposengine
- Owner: CodeCs1
- License: mit
- Created: 2023-07-05T08:56:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T15:39:12.000Z (6 months ago)
- Last Synced: 2025-01-28T01:47:26.065Z (5 months ago)
- Language: C++
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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