foobar
[eightysix] / kern / src / main.c
index 71a613f..ea4ffac 100644 (file)
@@ -1,4 +1,5 @@
 #include "intr.h"
+#include "vid.h"
 
 void kmain(void)
 {
@@ -8,7 +9,8 @@ void kmain(void)
        unsigned short c;
        */
 
-       init_disp();
+       vid_init();
+       vid_text(0, 0, "hello!", VID_ATTR(LTRED, BLACK));
        init_intr();
 
        /*