Git Product home page Git Product logo

os-design's Introduction

OS-Design

Created a basic 16-bit OS using C++ as main language. It simulated a 16-bit CPU.

For more information about how the OS is designed, instruction set, run and write programs refer to A 16-bit OS system specification a docx file.

Note: if you have installed c++ and make, you can just compile the makefile and then run the os. As shown in the picture on folder OS INFO.

Note: If you're running the OS in linux you need to uncomment line: 16 on OS.cpp and change system("dir *.s > progs") -> system("ls *.s > progs). That would gather all the *.s files. If running in linux you don't need to run find_prog.cpp because system("ls *.s > progs) does it for you! On windows leave line: 16 on OS.cpp as it is and follow instructions on Run_OS_Phase2.png located on OS Info.

Note: If you want to run OS Phase2 Custom Libraries OS it includes my own String, Vector, Queue, List libraries to run my OS. This means I'm not using the std: string, vector, queue, list template libraries. You can still uncomment my own custom libraries and use the std. If using std libraries change String -> std::string, Vector -> std::vector, Queue -> std::queue, List -> std::list.

Enjoy the show!

os-design's People

Contributors

alexis24lopez avatar

Watchers

James Cloos avatar  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.