Merged FAT16 into Dev

Hopefully with success
This commit is contained in:
2023-02-03 21:47:05 +01:00
67 changed files with 2402 additions and 288 deletions

View File

@ -20,6 +20,14 @@ Multiboot information can be read by the kernel.
![Page faulting](screenshots/PageFault.png) \
Enabled paging and am getting page faults!
![PCI enumeration](screenshots/PCIBusEnumeration.png) \
Enumerating the PCI bus
![ATAPI CD-ROM Identification](screenshots/CD-ROM_Identify.png) \
Correctly identified our ATAPI device 🎉
![Reading Files from FAT-16](screenshots/ReadingFilesFromFAT16.png) \
Reading a file from a FAT-16 Formatted drive
________________________