]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/firstrun.c
Add a first cut at text.
[netwatch.git] / aseg-paging / firstrun.c
index 48a1ac04b076caf9d76b3723fe11561fbba2087b..0233a7c6ac334a8ff11a21c0eb54f79e329c6b91 100644 (file)
@@ -5,6 +5,7 @@
 #include <output.h>
 #include "vga-overlay.h"
 #include <smram.h>
+#include <text.h>
 #include "../net/net.h"
 
 extern int _bss, _bssend;
@@ -43,6 +44,9 @@ void smi_init() {
                        output("Found a card");
        }
        outputf("Driver probe complete");
+       
+       /* Load in fonts. */
+       text_init();
 
        smi_register_handler(SMI_EVENT_FAST_TIMER, timer_handler);
        smi_enable_event(SMI_EVENT_FAST_TIMER);
This page took 0.022926 seconds and 4 git commands to generate.