1
Fork 0
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:
Andreas Kling 2018-10-18 15:03:10 +02:00
parent 3649638259
commit c149d2a8f0
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>