Updated driver loading code

This commit is contained in:
Alex
2022-12-16 03:08:31 +02:00
parent e930e02752
commit d33a812703
7 changed files with 506 additions and 383 deletions

View File

@ -48,7 +48,7 @@ namespace Execute
Vector<AuxiliaryVector> auxv; // TODO!
TCB *Thread = TaskManager->CreateThread(Process,
(IP)FexHdr->Pointer,
(IP)FexHdr->EntryPoint,
argv, envp, auxv,
(IPOffset)BaseImage,
TaskArchitecture::x64,