About USB boot from usb
问题 I want to make ipl and boot os from my usb. I just want to read 360 sectors(512 bytes per sector).I checked code for several times and cannot find some mistakes.I have already debug it on qemu but it always returns "load error"(as in this code, it jumps to error section).It seems lba search did not work and always get carry flag 1 when I do it. my qemu program is like this qemu-system-i386 -usb ipl.bin and ipl.bin is compiled binary file made from assembler code below. ; haribote-ipl ; TAB=4