summaryrefslogtreecommitdiffstats
path: root/src/drivers/linux/linux.c
Commit message (Collapse)AuthorAgeFilesLines
* [linux] Add device and driver modelPiotr Jaroszyński2010-08-191-0/+152
Add the base to build linux drivers and the linux UI code on. UI fills device requests, which are later walked over by the linux root_driver and delegated to specific linux drivers. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>