Fixes to Libc, Doxygen Comments and VTerm layout
[tpg/acess2.git] / Kernel / system.c
index 4dc92c8..27c3502 100644 (file)
@@ -9,6 +9,7 @@
 extern int     Modules_LoadBuiltins();
 extern int     PCI_Install();
 extern void    DMA_Install();
+extern void    Debug_SetKTerminal(char *File);
 
 // === PROTOTYPES ===
 void   System_Init(char *ArgString);
@@ -29,6 +30,9 @@ void System_Init(char *ArgString)
        DMA_Install();
        Modules_LoadBuiltins();
        
+       // Set the debug to be echoed to the terminal
+       Debug_SetKTerminal("/Devices/vterm/0");
+       
        // - Parse Kernel's Command Line
        System_ParseCommandLine(ArgString);
        

UCC git Repository :: git.ucc.asn.au