genode/dde_ipxe
Alexander Boettcher 269efd1d6d dde_ipxe: alloc DMA memory via dde_kit 2013-02-26 18:24:21 +01:00
..
include/dde_ipxe Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lib/mk dde_ipxe: explicitly support x86_64 2012-10-22 17:01:01 +02:00
patches dde_ipxe: use recent iPXE upstream version 2012-10-22 17:01:01 +02:00
src dde_ipxe: alloc DMA memory via dde_kit 2013-02-26 18:24:21 +01:00
Makefile Firewall-friendly download methods for contrib src 2012-10-30 12:12:42 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

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)/dde_ipxe

After successful build the DDE iPXE based ethernet driver is located
at 'bin/nic_drv'.