aimananees / Operating-System

Basic Operating System Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Operating System Implementation

Abstract

Basic Operating system based on c and nasm to implement some basic functionality of Operating system like clearing the screen, reversing a string and printing it, implementation of echo command, exit command, and some basic mathematical functionality like factorial, multiplication, square, cube and division. Operating System can be booted using QEMU. OS works on 32bit and have a window size of 500 x 500.

About

Basic Operating System Implementation


Languages

Language:C 68.4%Language:C++ 28.5%Language:Assembly 1.7%Language:Shell 1.4%