From 56cb01b9a777da8949e37c273288d0c244906b7e Mon Sep 17 00:00:00 2001 From: Ian Seyler Date: Thu, 16 Oct 2025 10:47:04 -0400 Subject: [PATCH] Add flag for NASM v3+ --- src/boot/uefi.asm | 1 + src/pure64.asm | 1 + 2 files changed, 2 insertions(+) diff --git a/src/boot/uefi.asm b/src/boot/uefi.asm index 59c7e2d..2255858 100644 --- a/src/boot/uefi.asm +++ b/src/boot/uefi.asm @@ -14,6 +14,7 @@ BITS 64 ORG 0x00400000 +DEFAULT ABS %define u(x) __utf16__(x) START: diff --git a/src/pure64.asm b/src/pure64.asm index 18cdf62..fcbd087 100644 --- a/src/pure64.asm +++ b/src/pure64.asm @@ -19,6 +19,7 @@ BITS 64 ORG 0x00008000 +DEFAULT ABS PURE64SIZE equ 6144 ; Pad Pure64 to this length start: