Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 401 Bytes

File metadata and controls

16 lines (10 loc) · 401 Bytes

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