Full refactor for modularization #2

Merged
Nivirx merged 5 commits from FAT_Refactor into trunk 2024-10-05 20:19:52 -04:00
Nivirx commented 2024-10-05 20:19:39 -04:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.