+18
−13
Loading
pc_cmos_init() always claims 640KiB base memory, and ram_size - 1MiB extended memory. The latter can underflow to "lots of extended memory". Fix both, and clean up some. Note: SeaBIOS currently requires 1MiB of RAM, and doesn't check whether it got enough. Signed-off-by:Markus Armbruster <armbru@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>