From 67af2ad7bead9bd53a15cd069217a28f02337811 Mon Sep 17 00:00:00 2001 From: hpa Date: Sun, 19 Dec 2004 07:08:48 +0000 Subject: More common code cleanup; actually use the code to compress vkernels --- runkernel.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runkernel.inc') 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 -- cgit v1.2.1