fixed default bochs log port
authorPhillip Susi <phreak@iag.net>
Mon, 6 Dec 1999 05:48:34 +0000 (05:48 +0000)
committerPhillip Susi <phreak@iag.net>
Mon, 6 Dec 1999 05:48:34 +0000 (05:48 +0000)
svn path=/trunk/; revision=830

reactos/ntoskrnl/dbg/print.c

index 79b83b6..d2a2cc6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: print.c,v 1.3 1999/10/21 11:13:04 ekohl Exp $
+/* $Id: print.c,v 1.4 1999/12/06 05:48:34 phreak Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -44,7 +44,7 @@
 
 
 #ifdef BOCHS_DEBUGGING
-#define BOCHS_LOGGER_PORT (0x3ed)
+#define BOCHS_LOGGER_PORT (0xe9)
 #endif