From e6bdd09f7b41a54de3f470239bea942487224c6e Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 28 May 1999 00:25:19 +0000 Subject: [PATCH] Change the HIGHMEM_MAX limit from 3f000000h to 38000000h --- NEWS | 3 +++ ldlinux.asm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9f00d3c..28a9075 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ Changes in 1.44: + * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the + kernel stepping on it; 3f000000h was apparently a higher + limit than the kernel used! Changes in 1.43: * Add sys2ansi.pl script to display the contents of a diff --git a/ldlinux.asm b/ldlinux.asm index aa1658c..80aa274 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 -- 2.7.4