mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
6bfd4f4276
This is a drivers subsystem that starts the most fundamental (framebuffer, input, block) device drivers dynamically, depending on the runtime-detected devices. The discovered block devices are reported as a "block_devices" report.
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
_/src/platform_drv
|
|
_/src/acpi_drv
|
|
_/src/ps2_drv
|
|
_/src/usb_drv
|
|
_/src/usb_block_drv
|
|
_/src/vesa_drv
|
|
_/src/intel_fb_drv
|
|
_/src/ahci_drv
|
|
_/src/fs_report
|
|
_/src/fs_rom
|
|
_/src/ram_fs
|
|
_/src/input_filter
|
|
_/src/init
|
|
_/src/driver_manager
|
|
_/raw/drivers_managed-pc
|