genode/os/src
Stefan Kalkowski ca513113f6 block: cache between one client and one device
This block cache component acts as a block device for a single client.
It uses fixed 4K blocks as caching granularity, thereby implicitly reads
ahead whenever a client requests lesser amount of blocks. Currently,
it only supports a least-recently-used replacement policy.

Fixes #113
2014-02-25 14:58:02 +01:00
..
app cli_monitor: add a 'gdb' command 2013-10-29 18:08:29 +01:00
drivers block: free packet stream dataspace on destruction 2014-01-30 10:05:44 +01:00
init os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
lib os: handle ipc error in server framework 2014-02-25 14:58:01 +01:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
server block: cache between one client and one device 2014-02-25 14:58:02 +01:00
test Make Deallocator::need_size_for_free() pure virtual 2014-01-30 10:05:43 +01:00