Build ELFLoader into Kernel.

This commit is contained in:
Andreas Kling 2018-10-18 15:03:10 +02:00
commit c149d2a8f0
Notes: sideshowbarker 2024-07-19 18:46:21 +09:00
7 changed files with 81 additions and 52 deletions

View file

@ -13,6 +13,8 @@ typedef signed long long int signed_qword;
typedef dword size_t;
typedef signed_dword ssize_t;
typedef signed_dword ptrdiff_t;
#else
#include <stdint.h>
#include <sys/types.h>