mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Build ELFLoader into Kernel.
This commit is contained in:
parent
3649638259
commit
c149d2a8f0
7 changed files with 81 additions and 52 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue