Git Product home page Git Product logo

build-os-from-scratch's Introduction

###Goal: To create a UNIX like operating system in C++. This is NOT my work.I am following the project mentioned here:

https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System

and the Gitbook - https://www.gitbook.com/book/samypesse/how-to-create-an-operating-system/details

I am understanding and rebuilding author's previous work for my better understanding and enhancements(if any, I would contribute to original project). I will just put a little more novice touch in Documentation

We will build this OS for x86 32 bit architecture(not 64).

###What is x-86 architecture? The Intel x86 architecuture is world's predominant personal computer CPU architecture and platform. It was developed by Intel and includes the Core, Pentium and earlier 286, 386 and 486 models (hence, the "86"). The Intel x86 processor uses complex instruction set computer (CISC) architecture, which means there is a modest number of special-purpose registers instead of large quantities of general-purpose registers. It also means that complicated special-purpose instructions will predominate.The x86 processor traces its heritage at least as far back as the 8-bit Intel 8080 processor. Many peculiarities in the x86 instruction are due to the backward compatibility with that processor (and with its Zilog Z-80 variant).

###The OS should not just be a "proof of concept", it should have following features:

Code in C++
x86, 32 bit architecture
Boot with Grub
Kind of modular system for drivers
Kind of UNIX style
Multitasking
ELF executable in userland
Modules (accessible in userland using /dev/...) :
    IDE disks
    DOS partitions
    Clock
    EXT2 (read only)
    Boch VBE
Userland :
    API Posix
    LibC
    "Can" run a shell or some executables like Lua, ...

build-os-from-scratch's People

Contributors

mandliya avatar

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.