2020-07-25 20:53:49 +05:30
2019-11-18 21:58:51 +05:30
2019-11-18 21:59:39 +05:30
2019-11-18 22:00:26 +05:30
2019-11-18 22:01:30 +05:30
2019-11-18 22:03:07 +05:30
2019-11-18 21:57:57 +05:30
2019-11-18 21:57:57 +05:30
2019-11-18 21:57:57 +05:30
2019-11-18 21:57:57 +05:30
2020-07-25 20:53:49 +05:30
2019-11-18 22:07:45 +05:30

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
Main window of the mini-operating system

Requirements

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

Command to run

$ make all

Description
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.
Readme 82 KiB
Languages
C 78.2%
Assembly 18.4%
Makefile 2.7%
Shell 0.7%