* Christian Sühs chris@suehsi.de [060426 13:17]:
The right device is allocated, the image is copy and the emulator is entered, now the question is. Why fails the emulator. It seems, that there happens nothing. Remember that. There is no debug output, but it should.
LinuxBIOSv2/src/devices/emulator/x86emu/debug.h
there's:
//#define DEBUG 0 #undef DEBUG
change that to
#define DEBUG 1 and enable the ...trace_on() in biosemu.c again
S.