summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx/btx/btx.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/btx/btx/btx.S')
-rw-r--r--sys/boot/i386/btx/btx/btx.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S
index 48729cf..72ba555 100644
--- a/sys/boot/i386/btx/btx/btx.S
+++ b/sys/boot/i386/btx/btx/btx.S
@@ -104,7 +104,7 @@ btx_hdr: .byte 0xeb # Machine ID
.ascii "BTX" # Magic
.byte 0x1 # Major version
.byte 0x1 # Minor version
- .byte 0x0 # Flags
+ .byte BTX_FLAGS # Flags
.word PAG_CNT-MEM_ORG>>0xc # Paging control
.word break-start # Text size
.long 0x0 # Entry address
OpenPOWER on IntegriCloud