[affinityos commit] r9 - trunk/kernel

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 2, 2006, 11:10:28 AM8/2/06
to affini...@googlegroups.com
Author: ownthebox.net
Date: Wed Aug 2 08:08:19 2006
New Revision: 9

Modified:
trunk/kernel/idt.c
trunk/kernel/main.c

Log:
Updates.

Modified: trunk/kernel/idt.c
==============================================================================
--- trunk/kernel/idt.c (original)
+++ trunk/kernel/idt.c Wed Aug 2 08:08:19 2006
@@ -167,7 +167,7 @@
Display the exception that occurred. Then halt using an infinite loop.
*/
printfc(LIGHT_RED, BLACK, "Unhandled kernel fault has occured\n");
- printfc(LIGHT_RED, BLACK, "The interrupt (%s) occured at EIP: %s\n", pszException_Messages[r->int_no], r->eip);
+ printfc(LIGHT_RED, BLACK, "The interrupt (%s) occured at EIP: 0x%x\n", pszException_Messages[r->int_no], r->eip);
for (;;);
}
}

Modified: trunk/kernel/main.c
==============================================================================
--- trunk/kernel/main.c (original)
+++ trunk/kernel/main.c Wed Aug 2 08:08:19 2006
@@ -39,8 +39,7 @@
}

printfc(LIGHT_BLUE, BLACK, "Welcome to Affinity\n");
-
- /* This will be replaced with a simple shell. */
+
KeyboardInput();

return 0;

Reply all
Reply to author
Forward
0 new messages