mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +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