* 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:
parent
aca002f7e4
commit
0a96117de7
5 changed files with 201 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
|||
2012-02-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2012-02-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue