This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-20 03:36:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2a33d9aa76
genode
/
repos
/
os
/
src
/
server
/
blk_cache
/
target.mk
4 lines
57 B
Makefile
Raw
Normal View
History
Unescape
Escape
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-05 13:22:51 +00:00
TARGET
=
blk_cache
block layer: transition to new API Ref #1987 Fix #2058
2016-08-12 13:10:50 +00:00
LIBS
=
base
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-05 13:22:51 +00:00
SRC_CC
=
main.cc lru.cc
Reference in New Issue
Copy Permalink