
There is a contradiction in the comments and in the code used in the Demo4 stage2 bootloader...
The comments are saying that we are loading the Root Directory in linear address 0x7e00 but the code actually loading the Root Directory at linear address 0x2e00.
Same case for the FAT tables..the comments says that it is being loaded at linear address 0x7c00 that is in the boot loader location...but the code actually loading it in linear address 0x2c00.
Am I right ?
Please response if you see this problem...If not please inform me what is the actual location of the Root Directory and FAT tables in demo 4 stage2....
