--- nono/host/aout.h 2026/04/29 17:04:30 1.1 +++ nono/host/aout.h 2026/04/29 17:05:11 1.1.1.4 @@ -1,6 +1,7 @@ // // nono -// Copyright (C) 2020 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #pragma once @@ -10,10 +11,10 @@ // NetBSD の あたり参考。 #define AOUT_MID(x) (((x) >> 16) & 0x3ff) -#define AOUT_MID_M68K (0x87) // m68k (8K pages) -#define AOUT_MID_M88K (0x99) - +#define AOUT_MAGIC(x) ((x) & 0xffff) #define AOUT_OMAGIC (0x0107) +#define AOUT_NMAGIC (0x0108) +#define AOUT_ZMAGIC (0x010b) struct aout_header { // magic はネットワークバイトオーダ。