From 8cba87420bc2ee1359aa29f58c473fdc8838555c Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 23 Aug 2023 16:30:58 +0200 Subject: [PATCH] doc/components.txt: update to Genode 23.08 --- doc/components.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/components.txt b/doc/components.txt index f0fd0e552b..e0808faea4 100644 --- a/doc/components.txt +++ b/doc/components.txt @@ -250,6 +250,10 @@ defined at _os/include/nic_session/_. Device drivers ported from the iPXE project. Supported devices are Intel E1000 and pcnet32. +:_pc/src/drivers/nic/pc/_: + The PC NIC-driver component uses network driver code of the Linux kernel + to drive common network cards as found in commodity PC hardware. + :_pc/src/drivers/wifi/_: The wifi driver component is a port of the Linux mac802.11 stack, including the iwlwifi driver. It enables the use of Intel Wireless 6xxx and 7xxx cards. @@ -287,6 +291,9 @@ subdirectory of a source repository. session to multiple virtual NIC sessions by applying network address translation (NAT). + The NIC-uplink component located at _os/src/server/nic_uplink/_ connects + a NIC client directly to a network driver (as uplink client) without routing. + :Block: The block-device partition server at _os/src/server/part_block/_ reads the partition table of a block session and exports each partition found as separate block session. For using this server, please refer to the run @@ -582,6 +589,9 @@ Package-management components :_gems/src/app/depot_deploy/_: Subsystem init configuration generator based on blueprints. +:_gems/src/app/depot_remove/_: + Tool for the orderly removal of depot content. + :_libports/src/app/fetchurl/_: A runtime-configurable frontend to the libcURL library for downloading content.