Added the skeleton for the machine types.

This commit is contained in:
2024-04-11 22:01:15 -05:00
parent 3a452b0922
commit 34f2956922
7 changed files with 65 additions and 18 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef ELF_OSABI_H
#define ELF_OSABI_H
#define ELF_OSABI_IDENT_INDEX 0x07
#define ELF_OSABI_VERSION_IDENT_INDEX 0x08
typedef enum ELFOSABI
{
ELFOSABI_SYSTEMV = 0,