* grub-core/Makefile.core.def (pxechain): New module.

* grub-core/loader/i386/pc/pxechainloader.c: New file.
	* grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_get_cached): New
	function.
	(grub_pc_net_config_real): Use grub_pxe_get_cached.
	* include/grub/i386/pc/pxe.h (grub_pxe_get_cached): New proto.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-05 10:33:52 +01:00
parent aca002f7e4
commit 0a96117de7
5 changed files with 201 additions and 7 deletions

View file

@ -1331,6 +1331,12 @@ module = {
enable = i386_pc;
};
module = {
name = pxechain;
i386_pc = loader/i386/pc/pxechainloader.c;
enable = i386_pc;
};
module = {
name = multiboot2;
cppflags = "-DGRUB_USE_MULTIBOOT2";