Reputation: 117
I'm using the emulator (emu8086). I need to know if it is possible, through an alternative way to use (interrupts) that the program does not support?
I'm trying to debug the MBR and there are some interrupts the program does not support. Tips???
Upvotes: 0
Views: 124
Reputation: 654
Unfortunately, if the emulator does not support emulating the interrupt, there is no way around it. You will need to use a different emulator such as bochs or qemu, as Jester suggested.
Upvotes: 2