Coder Social home page Coder Social logo

sasdallas / os-fixed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pritamzope/os

0.0 0.0 0.0 12.53 MB

This is pritamzope's OS with a few bug fixes.

Home Page: http://createyourownos.blogspot.com

Shell 1.28% C 75.70% Assembly 17.98% Makefile 5.04%

os-fixed's Introduction

OS

Simple Operating System programs starting from Bootloader in assembly to Kernel in C, and other programs like OS Calculator, Low Level Graphics etc.

Kernel contains C programs for Simple HelloWorld, Keyboard I/O etc... and little bit assembly programs for low level operations.

VGA contains C kernel and assembly program for seeting up Video Graphics Array(VGA) and drawing some basic shapes by ploting pixels.

Tic-Tac-Toe a simple tic-tac-toe DOS game with boxes, Pong-Game using graphics

Requirements :-

(install following packages using apt-get)

  1. GNU/Linux :- Any distribution
  2. make :- make utility
  3. Assembler :- NASM Assembler(nasm)
  4. GCC :- GNU Compiler Collection, C compiler
  5. xorriso :- A package that creates, loads, manipulates ISO 9660 filesystem images.(man xorriso)
  6. grub-mkrescue :- utility to make ISO image
  7. QEMU :- Quick EMUlator to boot our kernel
  8. VirtualBox :- A full graphical virtual environment
$ sudo apt-get install make nasm gcc xorriso qemu qemu-system-x86 qemu-system-i386 virtualbox

NEW KERNEL

A new modified source code has been added to "NEW KERNEL" directory. Compilation scripts are replaced with Makefile. Assembly code is replaced with NASM assembly rathen than GNU AS.

Order

  1]   Console
  2]   GDT
  3]   IDT
  4]   TSS
  5]   Keyboard
  6]   Terminal
  7]   Timer
  8]   Mouse
  9]   FPU
10]   Memory Info
11]   Physical Memory Manager
12]   KHeap
13]   Paging
14]   ATA read/write
15]   BIOS 32
16]   VGA
17]   VESA VBE
18]   Bitmap Text

os-fixed's People

Contributors

pritamzope avatar sasdallas avatar ashp0 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.