|
@@ -27,16 +27,9 @@ FILE_LICENCE ( GPL2_OR_LATER )
|
27
|
27
|
* Temporary buffer into which to copy (or decompress) our runtime
|
28
|
28
|
* image, prior to calling get_memmap() and relocate(). We don't
|
29
|
29
|
* actually leave anything here once install() has returned.
|
30
|
|
- *
|
31
|
|
- * We use the start of an even megabyte so that we don't have to worry
|
32
|
|
- * about the current state of the A20 line.
|
33
|
|
- *
|
34
|
|
- * We use 4MB rather than 2MB because some PXE stack / PMM BIOS
|
35
|
|
- * combinations are known to place data required by other UNDI ROMs
|
36
|
|
- * loader around the 2MB mark.
|
37
|
30
|
*/
|
38
|
31
|
.globl HIGHMEM_LOADPOINT
|
39
|
|
- .equ HIGHMEM_LOADPOINT, ( 4 << 20 )
|
|
32
|
+ .equ HIGHMEM_LOADPOINT, ( 1 << 20 )
|
40
|
33
|
|
41
|
34
|
/* Image compression enabled */
|
42
|
35
|
#define COMPRESS 1
|