CPU_TYPE_I386

This commit is contained in:
John Reiser 2006-10-01 14:24:20 -07:00
parent a81c7a7cd6
commit 970e7bfcda

View File

@ -230,6 +230,7 @@ typedef struct {
FAT_MAGIC = 0xcafebabe
};
enum e9 {
CPU_TYPE_I386 = 7,
CPU_TYPE_POWERPC = 0x00000012,
CPU_TYPE_POWERPC64 = 0x01000012
};