How to copy 9th sector to 1st sector?
问题 I'm creating custom mbr, something like mbr-lovenote and i can't create code that will copy 9th sector - (there is located original mbr) to 1st sector, i already tried take some code from mbr-lovenote and modify it, but i find out that code only load sector in memory and jump to it, but i have to copy it. I write my code, the code will be loaded from fist sector on PhysicalDrive0 , but i don't know why it doesn't works. ;---create buffer buffer db 512 ;---read sector - 9th mov ax, buffer ;ES: