Full refactor for modularization #2
Reference in New Issue
Block a user
Delete Branch "FAT_Refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ended up spliting most everything into seperate folders/sections.
BIOS/
fat32/
utils/
and code is in folders named func/ or the file should have func in the name, this is important since you don't want to include the actual code before the init method where the other headers are.
also a nice side effect is all the bios calls and specificly read_disk_raw() (in ext_read.inc) should be shared between the mbr/vbr/stage2.