grub/grub-core/loader/i386/pc
Vladimir 'phcoder' Serbinenko 111c17782a Plan9 support.
* Makefile.util.def (libgrubmods): Add
	grub-core/partmap/plan.c.
	* docs/grub.texi: Notice Plan9 support.
	* grub-core/Makefile.core.def (plan9): New module.
	(part_plan): Likewise.
	* grub-core/loader/i386/pc/plan9.c: New file.
	* grub-core/partmap/plan.c: Likewise.
	* include/grub/msdos_partition.h (GRUB_PC_PARTITION_TYPE_PLAN9): New
	define.
	(GRUB_PC_PARTITION_TYPE_LINUX_SWAP): Likewise.
	* include/grub/mm.h (grub_extend_alloc): New inline function.
2011-11-13 19:38:08 +01:00
..
chainloader.c Move grub_chainloader_real_boot out of the kernel. 2011-11-12 15:46:50 +01:00
freedos.c Move chainloader_real_boot out of the kernel 2011-10-21 00:16:59 +02:00
linux.c Move chainloader_real_boot out of the kernel 2011-10-21 00:16:59 +02:00
ntldr.c Move chainloader_real_boot out of the kernel 2011-10-21 00:16:59 +02:00
plan9.c Plan9 support. 2011-11-13 19:38:08 +01:00