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-17 02:10:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
acd2a40076
genode
/
repos
/
os
/
src
/
server
/
ram_blk
/
target.mk
4 lines
55 B
Makefile
Raw
Normal View
History
Unescape
Escape
ram_blk: Writable loopback device Issue #1048
2013-12-18 11:27:29 +00:00
TARGET
=
ram_blk
SRC_CC
=
main.cc
ram_blk: transition to the new base API In addition to modernizing the component now also supports using empty RAM dataspace as backing store. For example to use an ISO file the component has to be configured as follows: ! <config file="image.iso" block_size="2048"/> To use a empty RAM dataspace that is 256MiB large and has a block size of 4KiB the configuration looks like this: ! <config size="256M" block_size="4096"/> Either 'size' or 'file' has to specified. If both are declared the 'file' attribute is soley evaluated. Issue #1987. Fixes #2031.
2016-07-05 09:40:26 +00:00
LIBS
=
base config
Reference in New Issue
Copy Permalink