Micro OS
1.0.0
A tiny x86 operating system, built from scratch mostly for educational purpose. Written in C and x86-Assembly.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$ git clone https://github.com/KingGamma/Micro-OS.git
$ cd Micro-OS/src
$ make
make run
This project is licensed under the MIT License - see the LICENSE.md file for details