You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
.. | ||
include/dde_ipxe | 8 years ago | |
lib/mk | 8 years ago | |
patches | 8 years ago | |
ports | 8 years ago | |
src | 8 years ago | |
Makefile | 9 years ago | |
README | 9 years ago |
README
This repository contains the Device Driver Environment for the
"donator OS" iPXE available from http://ipxe.org/.
For building DDE iPXE, you first need to fetch and patch the original
sources. The top-level makefile of this repository automates this
task. Just issue:
! make prepare
Now, you need to include the DDE iPXE repository into your Genode
build process. Just add the path to this directory to the
'REPOSITORIES' declaration of the 'etc/build.conf' file within your
build directory, for example
! REPOSITORIES += $(GENODE_DIR)/repos/dde_ipxe
After successful build the DDE iPXE based ethernet driver is located
at 'bin/nic_drv'.