Giter Club home page Giter Club logo

vector-os's Introduction

vectoros

                     __
___  __ ____   _____/  |_  ___________
\  \/ // __ \_/ ___\   __\/  _ \_  __ \
 \   /\  ___/\  \___|  | (  <_> )  | \/
  \_/  \___  >\___  >__|  \____/|__|
           \/     \/

screenshot-vector

Vector OS is a small 32 bit operating system coded from scratch in C and Assembler (NASM). Probably at some point I will upgrade it to 64 bit. Anyways -- you can fork it, test it, hack it and basically have fun with it in any way you like.

Currently the best way to run it is with QEMU or Bochs in 32 bit mode

Compile and test:

  1. make
  2. make run

Remember -- there is no glibc here, there are no standard C functions. Everything has to be coded from scratch.

Update# 1: Added support for USB keyboard/mouse input. It uses legacy USB support which is basically an emulation for PS/2 as there is no standardization and it's a huge mess...

Update# 0: Currently it boots to 16 bit real mode, switches to 32 bit mode, inits the Global Descriptor Table and loads the Kernel. Coding a standard library would be priority number 1.

vector-os's People

Contributors

jeuxdemains avatar dmarto avatar invakid404 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.