Giter Site home page Giter Site logo

hazemgabr232 / simple_os Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 34 KB

Simple X86 operating system from scratch operating in 32bit protecting mode, built for educational purposes

License: MIT License

Assembly 35.16% C 61.72% Makefile 2.29% C++ 0.83%
cross-compiler os x86 assembly bootloader kernel

simple_os's Introduction

Simple_OS

Simple X86 operating system from scratch operating in 32bit protecting mode, built for educational purposes

TODO LIST :

  • Boot loader
  • 32bit protecting mode
  • Timer driver (PIT)
  • Keyboard driver (PS/2)
  • Screen driver
  • Shell
  • FAT32 file system

if you want to try it follow these steps :

1: building cross compiler

to build cross compiler install the following packages first

  • gmp sudo apt-get install libgmp3-dev
  • mpfr sudo apt-get install libmpfr-dev
  • libmpc sudo apt-get install libmpc-dev
  • gcc (usually exists)

then follow the following instructions

then add the following to ~/.bashrc

  • export PREFIX="/usr/local/i386elfgcc"
  • export TARGET=i386-elf
  • export PATH="$PREFIX/bin:$PATH"

2: compile and run

  • to compile use make
  • to clean use make clean
  • to run use make run

useful sources

simple_os's People

Contributors

hazemgabr232 avatar

Stargazers

 avatar Ahmed Anwar avatar Astitv Shandilya avatar  avatar ziad  avatar noura hamed avatar  avatar Khaled Mohamed avatar Ahmed Khaled avatar MahmoudGamal  avatar

Watchers

James Cloos avatar Muhammad Hashim avatar  avatar

Forkers

yazici

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.