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: