summaryrefslogtreecommitdiff
path: root/runkernel.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-19 07:08:48 +0000
committerhpa <hpa>2004-12-19 07:08:48 +0000
commit67af2ad7bead9bd53a15cd069217a28f02337811 (patch)
treee6761dabad01e70afa7ed27cf7584f22b752e1d2 /runkernel.inc
parent30f627b2fbf9b0c83eaa8ae8550d729c8ac00f1b (diff)
downloadsyslinux-67af2ad7bead9bd53a15cd069217a28f02337811.tar.gz
More common code cleanup; actually use the code to compress vkernels
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