summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1999-05-28 00:25:19 +0000
committerhpa <hpa>1999-05-28 00:25:19 +0000
commite6bdd09f7b41a54de3f470239bea942487224c6e (patch)
treefee57cc5ce3c6f984540ea98d5049d8e88e6b10b /ldlinux.asm
parent0be5bea79598c33d91f54ee33d7cc451ed10eeb4 (diff)
downloadsyslinux-1.44.tar.gz
Change the HIGHMEM_MAX limit from 3f000000h to 38000000hsyslinux-1.44
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index aa1658c6..80aa274f 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -32,7 +32,7 @@
;
max_cmd_len equ 255 ; Must be odd; 255 is the kernel limit
retry_count equ 6 ; How patient are we with the disk?
-HIGHMEM_MAX equ 03f000000h ; Highest address for an initrd
+HIGHMEM_MAX equ 038000000h ; Highest address for an initrd
;
; Should be updated with every release to avoid bootsector/SYS file mismatch