Enabled WP flag in CR0 to allow COW to work if the kernel writes to the page
[tpg/acess2.git] / Kernel / system.c
index a736c46..9b160d9 100644 (file)
@@ -8,6 +8,7 @@
 // === IMPORTS ===
 extern int     Modules_LoadBuiltins();
 extern int     PCI_Install();
+extern void    DMA_Install();
 
 // === PROTOTYPES ===
 void   System_Init(char *ArgString);
@@ -18,15 +19,14 @@ void        System_ExecuteScript();
  int   System_Int_GetString(char *Str, char **Dest);
 
 // === GLOBALS ===
-char   *gsInitPath = "/Acess/Bin/init";
-char   *gsConfigScript = "/Acess/BootConf.cfg";
+char   *gsConfigScript = "/Acess/Conf/BootConf.cfg";
 
 // === CODE ===
 void System_Init(char *ArgString)
 {
        // - Start Builtin Drivers & Filesystems
        PCI_Install();
-       //ATA_Install();
+       DMA_Install();
        Modules_LoadBuiltins();
        
        // - Parse Kernel's Command Line

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