grub/kern/i386/qemu
Vladimir 'phcoder' Serbinenko 4f9613a3a0 Support >3GiB and <16MiB RAM in i386-qemu.
* kern/i386/qemu/mmap.c (QEMU_CMOS_MEMSIZE2_HIGH): New const.
	(QEMU_CMOS_MEMSIZE2_LOW): Likewise.
	(grub_lower_mem): Removed.
	(grub_upper_mem): Likewise.
	(mem_size): Made static.
	(above_4g): New variable.
	(grub_machine_mmap_init): Detect small mem_size and above_4g.
	(grub_machine_mmap_iterate): Order in ascending order and add above_4g
	support.
2010-06-20 14:22:34 +02:00
..
mmap.c Support >3GiB and < 16MiB of RAM in i386-qemu 2010-06-20 14:17:56 +02:00
startup.S Fix various issues created by previous commits 2010-04-26 10:56:12 +02:00