Split emunet into platform-dependent and GRUB-binding parts. Keep
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 09:55:20 +0000 (11:55 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 09:55:20 +0000 (11:55 +0200)
commit70671037c826dc4b3c4c101e91f1630a09ab526f
tree4a7a528b57c880040281efaed98b2b0f2dcadc6c
parent25ac643a5464c38b6d0bb903b90dd6b87b0c2143
Split emunet into platform-dependent and GRUB-binding parts. Keep
platform-dependent part in kernel for easy access to OS functions.
ChangeLog
conf/Makefile.extra-dist
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/net/drivers/emu/emunet.c [new file with mode: 0644]
grub-core/osdep/basic/emunet.c
grub-core/osdep/linux/emunet.c
include/grub/emu/export.h
include/grub/emu/net.h [new file with mode: 0644]