X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Facesskernel_src%2Fmain.c;h=fbb457cfec97acd8d7dfcc274f755fe9f8b54556;hb=9d2ff6cf13e1a0ec5cbdc2773e1a3204e600b2e5;hp=f3ab1968bac8c3b3b3e0527b8c14267f38cfaf50;hpb=b0e7f44c01b9779093fd8ba65f69cb29a9308841;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/main.c b/AcessNative/acesskernel_src/main.c index f3ab1968..fbb457cf 100644 --- a/AcessNative/acesskernel_src/main.c +++ b/AcessNative/acesskernel_src/main.c @@ -31,7 +31,7 @@ extern const char gsGitHash[]; extern int giBuildNumber; // === GLOBALS === -const char *gsAcessDir = "../Usermode/Output/x86"; +const char *gsAcessDir = "../Usermode/Output/x86_64"; // === CODE === int main(int argc, char *argv[]) @@ -68,8 +68,12 @@ int main(int argc, char *argv[]) // Initialise VFS VFS_Init(); // - Start IO Drivers - Video_Install(NULL); - NativeKeyboard_Install(NULL); + if( Video_Install(NULL) ) { + Log_Error("Init", "Unable to load NativeVideo"); + } + if( NativeKeyboard_Install(NULL) ) { + Log_Error("Init", "Unable to load NativeKeyboard"); + } NativeFS_Install(NULL); // - Start VTerm {