Name: Anonymous 2012-10-04 8:41
i'm writing a tiny assembly program for the 8086, which i'm putting on a floppy disk and booting with, and i want it to simulate a boot from another drive when it's done, as if it was booted from the bios. as i understood it, all i need to do is load the first sector from that drive to memory and execute it, but apparently i was wrong, because it doesn't fucking work. what else do i need to do? plz halp