genode/repos/os
Norman Feske 8bccc6e68f cached_fs_rom: increase fs buffer size to 4 MiB
The default file-system communication-buffer size of 128 KiB combined
with the clamping of requests to 1/4th the buffer size results in the
fragementation of read operations into 32 KiB chunks. This is overly
conservative and causes high context-switch overhead down the storage
stack (vfs server -> part_block -> block driver).

Related to #4613
2022-09-21 12:19:10 +02:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include audio_out_session: reset changes to 'pos = tail' 2022-09-19 14:00:35 +02:00
lib vfs: implement plugin for 'Capture' session 2022-04-13 09:29:03 +02:00
recipes Increase cpu_burner RAM quota in test-trace_logger 2022-09-19 14:00:35 +02:00
run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
src cached_fs_rom: increase fs buffer size to 4 MiB 2022-09-21 12:19:10 +02:00
xsd Remove NIC server role from drivers 2022-05-25 12:19:31 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.