Skip to content

Commit eb4761d

Browse files
committed
Build NOVIDEO as 4KiB binary
1 parent ed1f5c7 commit eb4761d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pure64.asm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
BITS 64
2121
ORG 0x00008000
2222
DEFAULT ABS
23+
%ifdef NOVIDEO
24+
PURE64SIZE equ 4096 ; Pad Pure64 to this length
25+
%else
2326
PURE64SIZE equ 6144 ; Pad Pure64 to this length
27+
%endif
2428

2529
start:
2630
jmp bootmode ; This command will be overwritten with 'NOP's before the AP's are started

0 commit comments

Comments
 (0)