Custom OS Project write in C just for learning purposes.
I'm graduated at Mechatronics Engineering, so I decided to dive deep down in the low level programing, learning how OS boot the computer, how drivers was coded and more.
My goal is to reach a simple file system, although I am not sure if I will reach it.
Contains the most updated code, using the Grub Multiboot as bootloader
Contains an old version with a custom bootloader in assembly, configuring the plain GDT and loading data from disk.
Thanks for amazing tutorials and guides: