mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 22:56:04 +00:00
Build ELFLoader into Kernel.
This commit is contained in:
parent
3649638259
commit
c149d2a8f0
Notes:
sideshowbarker
2024-07-19 18:46:21 +09:00
Author: https://github.com/awesomekling
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