ssaroussi / Micro-OS

An Operation System for the x86 architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Operation System for the x86 architecture

License:MIT License


Languages

Language:C 87.1%Language:Assembly 9.9%Language:Makefile 3.0%