Displaying 1 result from an estimated 1 matches for "highmem_slop".
2003 Dec 29
1
Fix for the mem= kernel option
...the
limit specified. So, the need for this patch.
--
Andrea Mazzoleni
935A 2D3C 5C70 BCD6 CB0C ED89 7C19 4321 6340 3F6D
-------------- next part --------------
--- runkernel.inc.ori 2003-08-22 05:39:37.000000000 +0200
+++ runkernel.inc 2003-10-05 17:18:16.000000000 +0200
@@ -198,6 +198,9 @@
%if HIGHMEM_SLOP != 0
sub ebx,HIGHMEM_SLOP
%endif
+ cmp [cs:HighMemSize],ebx ; Set the memory only if less than the BIOS detected
+ jb skip_this_opt
+
mov [cs:HighMemSize],ebx
jmp short skip_this_opt
cmdline_end: