mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Kernel now compiles on x32
This commit is contained in:
@ -65,6 +65,7 @@ typedef struct
|
||||
#if defined(__amd64__)
|
||||
Elf64_auxv_t archaux;
|
||||
#elif defined(__i386__)
|
||||
Elf32_auxv_t archaux;
|
||||
#elif defined(__aarch64__)
|
||||
#endif
|
||||
} AuxiliaryVector;
|
||||
|
Reference in New Issue
Block a user