1. 04 7月, 2013 13 次提交
  2. 01 7月, 2013 19 次提交
  3. 29 6月, 2013 1 次提交
    • K
      multiboot: Calculate upper_mem in the ROM · 26a8ec07
      Kevin Wolf 提交于
      The upper_mem field of the Multiboot information struct doesn't really
      contain the RAM size - 1 MB like we used to calculate it, but only the
      memory from 1 MB up to the first (upper) memory hole.
      
      In order to correctly retrieve this information, the multiboot ROM now
      looks at the mmap it creates anyway and tries to find the size of
      contiguous usable memory from 1 MB.
      
      Drop the multiboot.c definition of lower_mem and upper_mem because both
      are queried at runtime now.
      Signed-off-by: NKevin Wolf <mail@kevin-wolf.de>
      Reviewed-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1372018066-21822-3-git-send-email-mail@kevin-wolf.de
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      26a8ec07
  4. 28 6月, 2013 5 次提交
  5. 26 6月, 2013 2 次提交