(no title)
mediumdave | 12 years ago
I do remember the excitement of getting interrupts to work - good times. Getting task switching to work was magic.
mediumdave | 12 years ago
I do remember the excitement of getting interrupts to work - good times. Getting task switching to work was magic.
cgh|12 years ago
mediumdave|12 years ago
True emulators like Bochs are still potentially a win if they provide fine-grained debugging features. Bochs was nice because you could single-step through assembly and view contents of registers/memory quite easily. You could also attach gdb to it (although this was somewhat flaky.)