Hi,
I've found some other problems. For the serial debug, the default baudrate is set to 19200 baud and the baudrate option has no effect. Two debug port options like "/DEBUGPORT=BOCHS /DEBUGPORT=COM2" switches my pc off. The on/off switch has no effect after this. I must remove/insert the power plug to boot the pc again. I use this option for the bootcd.
The previous debug implementation has enabled the bochs and serial debug at boot phase 0 and all other debug variants at boot phase 1. Currently KdInitSystem(0, ..) is called twice. The first call is in _main and the second in ExpInitializeExecutive.
- Hartmut
Hartmut Birr wrote:
Hi,
I've found some other problems. For the serial debug, the default baudrate is set to 19200 baud and the baudrate option has no effect.
I'll check why... thanks for letting me know.
Two debug port options like "/DEBUGPORT=BOCHS /DEBUGPORT=COM2" switches my pc off. The on/off switch has no effect after this. I must remove/insert the power plug to boot the pc again. I use this option for the bootcd.
/DEBUGPORT=COM1, /DEBUGPORT=FILE, /DEBUGPORT=SCREEN all worked for me, so I guess this is related to Bochs. I'll check out why.
The previous debug implementation has enabled the bochs and serial debug at boot phase 0 and all other debug variants at boot phase 1. Currently KdInitSystem(0, ..) is called twice. The first call is in _main and the second in ExpInitializeExecutive.
I didn't notice this... thanks.
- Hartmut
Best regards, Alex Ionescu