Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 746 Bytes

File metadata and controls

28 lines (17 loc) · 746 Bytes

Creating-a-Little-Operating-System

Developer, Objective-C, Linux, Linux Kernel · A basic Operating System with features such as interrupts, memory management, output screening etc with the help of the book "Little OS"

If you are running Ubuntu 10.10 or later, these can all be installed by running

sudo apt-get install build-essential nasm genisoimage bochs bochs-x

Building

cd Source_codes
make

Running

cd Source_codes
make run

Documentation

The book The little book about OS development