Enabled WP flag in CR0 to allow COW to work if the kernel writes to the page
[tpg/acess2.git] / Kernel / system.c
index b313483..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,7 +19,6 @@ void  System_ExecuteScript();
  int   System_Int_GetString(char *Str, char **Dest);
 
 // === GLOBALS ===
-char   *gsInitPath = "/Acess/Bin/init";
 char   *gsConfigScript = "/Acess/Conf/BootConf.cfg";
 
 // === CODE ===
@@ -26,7 +26,7 @@ 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