doc: update README, components.txt

This commit is contained in:
Christian Helmuth 2016-02-25 10:39:26 +01:00 committed by Norman Feske
parent 66006a0313
commit 9b69c93736
2 changed files with 8 additions and 3 deletions

View File

@ -225,6 +225,9 @@ All block drivers implement the block-session interface defined at
:'os/src/drivers/ahci':
Driver for SATA disks and CD-ROMs on x86 PCs.
:'os/src/drivers/usb_block':
USB Mass Storage Bulk-Only driver using the USB session interface.
Network interface drivers
=========================

View File

@ -40,10 +40,12 @@ but build upon of each other:
See [http://genode.org/documentation/platforms/foc]
:'hw':
The hw platform allows the execution of Genode on bare ARM hardware
The hw platform allows the execution of Genode on bare ARM and x86 hardware
without the need for a separate kernel. The kernel functionality is
included in core.
See [http://genode.org/documentation/platforms/hw]
included in core except in the special case of the Muen separation
kernel.
See [http://genode.org/documentation/platforms/hw] and
[http://genode.org/documentation/platforms/muen]
:'okl4':
OKL4 kernel (x86_32 and ARM) developed at Open-Kernel-Labs.