changeset 15:c1212be83114

Update the sample start function to follow the new init requirements
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 07 Apr 2011 23:30:04 -0400
parents c75be274ce23
children 3d69c66b2610
files src/init.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/init.c	Thu Apr 07 23:29:10 2011 -0400
+++ b/src/init.c	Thu Apr 07 23:30:04 2011 -0400
@@ -3,6 +3,9 @@
  */
 void start(u64 __memsize)
 {
+	init_io_int();
+	init_console();
+
 	putline("Hello\n", 6);
 
 	for(;;)