From 757bbcba52bc5e4bbb3905c3dc0b56a5a7cdd8dd Mon Sep 17 00:00:00 2001 From: Ian Seyler Date: Thu, 16 Oct 2025 10:47:20 -0400 Subject: [PATCH] Add flag for NASM v3+ --- src/monitor.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/monitor.asm b/src/monitor.asm index 9a9acf6..1be22e0 100644 --- a/src/monitor.asm +++ b/src/monitor.asm @@ -9,6 +9,7 @@ BITS 64 ORG 0x001E0000 +DEFAULT ABS MONITORSIZE equ 6144 ; Pad Monitor to this length %include 'api/libBareMetal.asm'