An open API service indexing awesome lists of open source software.

https://github.com/nikhilroxtomar/simple-operating-system-from-scratch

A simple operating system build from scratch using C and assembly language. The code includes a make file that will help you to run this whole program.
https://github.com/nikhilroxtomar/simple-operating-system-from-scratch

build-your-own-os linux os

Last synced: about 1 year ago
JSON representation

A simple operating system build from scratch using C and assembly language. The code includes a make file that will help you to run this whole program.

Awesome Lists containing this project

README

          

# Simple-Operating-System-from-Scratch
A simple operating system build from scratch using C and assembly language.
The code includes a make file that will help you to run this whole program.

| ![ScreenShot](screenshot.png) |
| :--: |
| *Main window of the mini-operating system* |

## Requirements
1. nasm
2. gcc
3. ld
4. qemu-system-x86_64

## Command to run
$ make all