summaryrefslogtreecommitdiff
path: root/runkernel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'runkernel.inc')
-rw-r--r--runkernel.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/runkernel.inc b/runkernel.inc
index 0ff4562b..148d083b 100644
--- a/runkernel.inc
+++ b/runkernel.inc
@@ -535,6 +535,10 @@ loadinitrd:
pop es ; Restore original ES
ret
+ section .data
+boot_image db 'BOOT_IMAGE='
+boot_image_len equ $-boot_image
+
section .bss
alignb 4
RamdiskMax resd 1 ; Highest address for ramdisk