I want to talk about simulation.
Simulation is doing BIOS. But can Windows do simulation? If yes, I think that it doing by another way, isn't it? If so, whence can I know how many heads, etc. simulates BIOS??? If I'm reading by LBA there is no problem. But I don't think so...
And please tell me how can I access Flash Disk through LBA?(or give a link to tutorial)
Here is the BPB generated by Windows Formatter:
Code: Select all
4D 53 44 4F 53 35 2E 30 00 02 20 04 00 02 00 02 00 00 F8 F2 00 3F 00 FF 00 3F 00 00 00 C1 3B 1E 00 00 00 29 F0 18 71 FC 4E 4F 20 4E 41 4D 45 20 20 20 20 46 41 54 31 36 20 20 20
Code: Select all
80 01 01 00 06 FE 3F 7A 3F 00 00 00 C1 3B 1E 00 00 00
And my bootloader(nasm -f bin ....)(I'm replaceing only first needed bytes of sector with my bootloader):