* Ronald G Minnich <[email protected]> [060430 05:48]:
> Hidasi Jozsef wrote:
> > Hi!
> >
> > Thank you, but instead of this text it would be nicer to display
> > everything is ok:)
>
>
> Agreed. That message SUCKS. I will accept patches :-)
This is the code that prints the message in src/include/x86emu/x86emu.h
#ifdef DEBUG
#define HALT_SYS() \
printk("halt_sys: file %s, line %d\n", __FILE__, __LINE__); \
X86EMU_halt_sys();
#else
#define HALT_SYS() X86EMU_halt_sys()
#endif
DEBUG is undefined in devices/emulator/x86emu/debug.h and never set in
the emulator files.. any idea why the message is printed at all?
Stefan
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED] • http://www.coresystems.de/
--
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios