NullExceptionTSB / NullOS

NullOS: i have ~~no~~ some idea what i'm doing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullOS-SOARE

NOTE: THIS PROJECT IS DEAD IN FAVOR OF A NEW ONE i do have half an idea of what i'm doing now

roadmap:

  • Stage 1 FAT12 bootloader
  • Stage 2 bootloader (SOARELDR)
  • Hardware Abstraction Layer
  • GDT and IDT abstraction
  • Memory manager
  • Object manager
  • PE Loader
  • Convert HAL to be a module
  • Keyboard IO
  • Disk IO

kind of memory map:
0x00100000 - Kernel image base address
0x00010000 - Current base address used for E820 output storage

todo list:

  • Rewrite MKIMG
  • Rewrite S1 Bootloader
  • Make a stage 1 for FAT16 and FAT32
  • Rewrite SOARELDR
  • Multiboot Support

other info in wiki

About

NullOS: i have ~~no~~ some idea what i'm doing

License:MIT License


Languages

Language:C 61.9%Language:Assembly 35.2%Language:Makefile 2.9%