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.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/simple-operating-system-from-scratch
- Owner: nikhilroxtomar
- Created: 2019-11-18T16:07:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T15:23:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T08:11:23.225Z (over 1 year ago)
- Topics: build-your-own-os, linux, os
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
|  |
| :--: |
| *Main window of the mini-operating system* |
## Requirements
1. nasm
2. gcc
3. ld
4. qemu-system-x86_64
## Command to run
$ make all