* 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

@ -284,6 +284,9 @@ int EXPORT_FUNC(grub_pxe_call) (int func, void * data, grub_uint32_t pxe_rm_entr
extern struct grub_pxe_bangpxe *grub_pxe_pxenv;
void *
grub_pxe_get_cached (grub_uint16_t type);
#endif
#endif /* GRUB_CPU_PXE_H */