Decided to make my own Operating System, purely to understand Low Level Hardware and Programming Based on Nanobyte-dev's OS series
Finally Back, wrapping up C part of stage 2 bootloader
- Initializing for C using Watcom
- Linker
- Completed main asm file of Stage 2 of Bootloader
- Preparations for printf implementation
- Optimization of bootloader
- Reads from FAT12 in Bootloader
- C implementation of the same
- Nearly hit 512B limit for boot sector
- Reads from disk
- Added config for Bochs
- Switch to qemu
- Initializes for FAT
- Boots up into a Hello World screen