More work on x86_64 build, error handling and IDT
[tpg/acess2.git] / Kernel / drv / vga.c
index 4c85631..700eae9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Acess2 VGA Controller Driver
  */
-#include <common.h>
+#define DEBUG  0
+#include <acess.h>
 #include <fs_devfs.h>
 #include <tpl_drv_video.h>
 #include <modules.h>
@@ -50,7 +51,7 @@ int VGA_Install(char **Arguments)
        // Install DevFS
        DevFS_AddDevice( &gVGA_DevInfo );
        
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**

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