vserver 1.9.5.x5
[linux-2.6.git] / arch / i386 / boot / setup.S
index d606d06..a934ab3 100644 (file)
@@ -156,13 +156,15 @@ cmd_line_ptr:     .long 0                 # (Header version 0x0202 or later)
                                        # can be located anywhere in
                                        # low memory 0x10000 or higher.
 
-ramdisk_max:   .long (MAXMEM-1) & 0x7fffffff
+ramdisk_max:   .long (-__PAGE_OFFSET-(512 << 20)-1) & 0x7fffffff
                                        # (Header version 0x0203 or later)
                                        # The highest safe address for
                                        # the contents of an initrd
 
 trampoline:    call    start_of_setup
-               .space  1024
+               .align 16
+                                       # The offset at this point is 0x240
+               .space  (0x7ff-0x240+1) # E820 & EDD space (ending at 0x7ff)
 # End of setup header #####################################################
 
 start_of_setup: