I could, but I don't think it is necessary. The code from the tutorial does the exact same thing.
Just add "times 35000 db 0" anywhere in the stage 2 code and see what happens.
Search found 2 matches
- Fri Jan 30, 2009 10:58 pm
- Forum: Beginning OS Development
- Topic: FAT12/FDC problem
- Replies: 2
- Views: 17791
- Thu Jan 29, 2009 3:25 pm
- Forum: Beginning OS Development
- Topic: FAT12/FDC problem
- Replies: 2
- Views: 17791
FAT12/FDC problem
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, execut...