[ros-bugs] [Bug 2078] serial debug output not 115200 bps

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Wed Apr 18 14:21:49 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2078





------- Comment #14 from h-a-l-9000 at gmx.de  2007-04-18 14:21 CET -------
It is correctly initialized in the kernel:

KdComPortInUse = (PUCHAR*)&SerialPortInfo.BaseAddress;

(reactos\ntoskrnl\kd\kdio.c)

but somehow doesn't make it to the serial driver.
Could it be overwritten somewhere? Or is something wrong with the exporting
mechanism for variables?

This way it works in my specific build (but it's no solution)

if (KdComPortInUse && (*((PUCHAR*) 0x800AA878) == ComPortBase))


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list