multiboot: Fix upper memory size in multiboot info
authorKevin Wolf <mail@kevin-wolf.de>
Tue, 4 Jan 2011 13:03:30 +0000 (14:03 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 23 Jan 2011 21:44:13 +0000 (22:44 +0100)
commitd2829d69d6b052efbea3667f007c286f690307d3
tree1b6a8529a95efe70d9668a607ff9c62c656b0373
parentadc79ce0a27ba8e0df745358e7cb8ff8edcaceb1
multiboot: Fix upper memory size in multiboot info

The upper memory size field should exclude the first MB of RAM.

Signed-off-by: Kevin Wolf <mail@kevin-wolf.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/multiboot.c