Skip to content

Commit 74beb08

Browse files
authored
Merge pull request #124 from ReturnInfinity/nasm_3
Add flag for NASM v3+
2 parents 4251e26 + 6392028 commit 74beb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernel.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
BITS 64 ; Specify 64-bit
1010
ORG 0x0000000000100000 ; The kernel needs to be loaded at this address
11+
DEFAULT ABS
1112

1213
%DEFINE BAREMETAL_VER 'v1.0.0 (January 21, 2020)', 13, 'Copyright (C) 2008-2025 Return Infinity', 13, 0
1314
%DEFINE BAREMETAL_API_VER 1

0 commit comments

Comments
 (0)