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)
- GNU/Linux :- Any distribution
- make :- make utility
- Nasm :- NASM Assembler(nasm)
- GCC :- GNU Compiler Collection, C compiler
- xorriso :- A package that creates, loads, manipulates ISO 9660 filesystem images.(man xorriso)
- grub-pc-bin: GRUB binaries and modules
- mtools: utilities to access DOS disks in Unix
- grub-mkrescue :- utility to make ISO image
- QEMU :- Quick EMUlator to boot our kernel
- VirtualBox :- A full graphical virtual environment
$ sudo apt-get install make nasm gcc grub-pc-bin mtools xorriso qemu qemu-system 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