Giter Site home page Giter Site logo

16-bits-operating-system's Introduction

16-bit Operating System

This repository contains 16-bit operating system project, developed using C + Assembly and simulated using Bochs

Related Documents

The specification related to this project can be accessed via these links

Functionalities

  1. Read input from keyboard and write output to the screen
  2. Basic file system commands: cd, ls, mkdir, cat, cp, mv
  3. Process creation (outside kernel process)
  4. Message passing from multiple program (using shared file)
  5. Running multiple process sequentially

Implemented Syscalls

  • Screen Related
    • Read Input
    • Print Input
    • Clear Screen
  • File System Related
    • Read Sector
    • Write Sector
    • Read File
    • Write File
  • Process Related
    • Execute Program
    • Passing Message

How to run

  • This project is developed using Ubuntu 20.04 OS. We suggest to use the same OS
  • Use Make file to run the OS
    make build-run
    
  • Use Make file as well to test the OS
    make test
    

Images

Fresh Bootup OS

Fresh Bootup OS

File System Image Illustration

File System Image Illustration

File System Node Illustration

File System Node Illustration

Message Passing Mechanism Illustration

Message Passing Mechanism Illustration

16-bits-operating-system's People

Contributors

malikrafsan avatar aromygithub avatar hafidznrg avatar github-classroom[bot] avatar

Watchers

 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.