/Micro-OS

An Operation System for the x86 architecture

Primary LanguageCMIT LicenseMIT

Micro OS

A tiny x86 operating system, built from scratch mostly for educational purpose. Written in C and x86-Assembly.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • make
  • genisoimage
  • bochs (for debugging)

Installing

$ git clone https://github.com/KingGamma/Micro-OS.git
$ cd Micro-OS/src
$ make

Usage

make run

License

This project is licensed under the MIT License - see the LICENSE.md file for details