This is a fork from my personal account so that I can continue to showcase this project on my professional/school account
A summer research project into operating systems This project was started a few summers ago and, after a long break, am attempting to polish it up whenever I get a chance
The original summer project featured:
- Being able to be loaded into real mode using Grub as a bootloader
- Incredibilty basic low-level "drivers" for input and output
- The ability to take keyboard input of ASCII characters
- Reading and navigating a FAT16 filesytem
- Reading files from a disk
- Loading a program into memory
- Pointing the cpu to that program and executing it