2011-12-22 15:19:25 +00:00
|
|
|
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
|
2016-03-11 09:54:00 +00:00
|
|
|
sources. The 'prepare_port' tool automates this task. Just issue:
|
2011-12-22 15:19:25 +00:00
|
|
|
|
2016-03-11 09:54:00 +00:00
|
|
|
! ./tool/ports/prepare_port dde_ipxe
|
2011-12-22 15:19:25 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2014-05-07 09:48:19 +00:00
|
|
|
! REPOSITORIES += $(GENODE_DIR)/repos/dde_ipxe
|
2011-12-22 15:19:25 +00:00
|
|
|
|
|
|
|
After successful build the DDE iPXE based ethernet driver is located
|
|
|
|
at 'bin/nic_drv'.
|