FAT12/FDC problem
Posted: Thu Jan 29, 2009 3:25 pm
Hi guys,
first of all: great tutorial series you got there...I tried several others before, but they didn't lead to anything.
Ok, now here is my problem: my stage one bootloader can only read files with up to 30208 bytes, which are exactly 59 clusters. As soon as it has to load a 60th sector, execution stops...no triple fault, no nothing...it just stops.
I know, it's probably not necessary to load files that big, but I still wonder why. Is it a FAT or FDC limitation or is it just an error in my code?
I hope you can help me somehow.
first of all: great tutorial series you got there...I tried several others before, but they didn't lead to anything.
Ok, now here is my problem: my stage one bootloader can only read files with up to 30208 bytes, which are exactly 59 clusters. As soon as it has to load a 60th sector, execution stops...no triple fault, no nothing...it just stops.
I know, it's probably not necessary to load files that big, but I still wonder why. Is it a FAT or FDC limitation or is it just an error in my code?
I hope you can help me somehow.