grub/grub-core/loader/i386
Vladimir 'phcoder' Serbinenko a4e5ca80d9 Fix handling of EFI with big memory maps.
* grub-core/loader/i386/linux.c (GRUB_LINUX_CL_OFFSET): Removed.
	(real_mode_mem): Likewise.
	(real_mode_target): Likewise.
	(real_mode_pages): Likewise.
	(prot_mode_pages): Likewise.
	(linux_params): New var.
	(linux_cmdline): Likewise.
	(free_pages): Don't set real mode variables.
	(allocate_pages): Don't allocate real mode memory.
	(grub_e820_add_region): Remove the limit.
	(grub_linux_boot): Allocate and copy real mode memory.
	(grub_linux_unload): Free linux_cmdline.
	(grub_cmd_linux): Use temporary storage for parameters.
	(grub_cmd_initrd): Likewise.
	* include/grub/i386/linux.h (GRUB_E820_MAX_ENTRY): Removed.
	(linux_kernel_params): Make it 1K big.
2012-05-30 14:56:53 +02:00
..
coreboot boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
pc Terminate UNDI and PXE before launching the payload to avoid problems 2012-04-11 22:32:31 +02:00
bsd.c boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
bsd32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bsd64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bsd_pagetable.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
bsdXX.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
linux.c Fix handling of EFI with big memory maps. 2012-05-30 14:56:53 +02:00
multiboot_mbi.c boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
xnu.c * grub-core/efiemu/runtime/efiemu.c: Replace APPLE_CC with __APPLE__. 2012-05-28 17:49:18 +02:00