Added basic support for arm64

This commit is contained in:
2025-03-06 13:40:17 +01:00
parent 14abb8202b
commit 2f09b96f34
25 changed files with 270 additions and 33 deletions

View File

@ -9,6 +9,11 @@ const (
CPU_ARM_64 CPU = CPU_ARM | 0x01000000
)
const (
CPU_SUBTYPE_ARM64_ALL = 0
CPU_SUBTYPE_X86_64_ALL = 3
)
type Prot uint32
const (