Didnt mean to commit this in the last one.
Modified: trunk/reactos/subsys/system/usetup/bootsup.c

Modified: trunk/reactos/subsys/system/usetup/bootsup.c
--- trunk/reactos/subsys/system/usetup/bootsup.c	2006-01-07 01:15:26 UTC (rev 20637)
+++ trunk/reactos/subsys/system/usetup/bootsup.c	2006-01-07 01:26:05 UTC (rev 20638)
@@ -245,7 +245,7 @@
 		    NULL,
 		    INSERT_LAST,
 		    L"Options",
-		    L"/DEBUGPORT=COM1 /NOGUIBOOT");
+		    L"/DEBUGPORT=SCREEN /NOGUIBOOT");
 
   /* Create "DOS" section */
   IniSection = IniCacheAppendSection(IniCache,
@@ -356,7 +356,7 @@
 		    NULL,
 		    INSERT_LAST,
 		    L"Options",
-		    L"/DEBUGPORT=COM1 /NOGUIBOOT");
+		    L"/DEBUGPORT=SCREEN /NOGUIBOOT");
 
   /* Save the ini file */
   IniCacheSave(IniCache, IniPath);