rom_loopdev: rename to rom_blk to be consistent

Ref #966
This commit is contained in:
Stefan Kalkowski 2013-11-22 23:19:43 +01:00 committed by Norman Feske
parent 1256b01867
commit 4c74af274b
5 changed files with 6 additions and 6 deletions

View File

@ -336,7 +336,7 @@ Separate components:
A file system server that makes the file system of a Linux base platform
available to Genode.
:'os/src/server/rom_loopdev':
:'os/src/server/rom_blk':
Provides the content of a ROM file as a block session, similar to the
loop-mount mechanism on Linux

View File

@ -1,10 +1,10 @@
#
# \brief Test for 'rom_loopdev' service
# \brief Test for 'rom_blk' service
# \author Stefan Kalkowski
# \date 2011-05-10
#
build "core init server/rom_loopdev test/rom_blk"
build "core init server/rom_blk test/rom_blk"
create_boot_directory
@ -23,7 +23,7 @@ install_config {
<default-route>
<any-service> <any-child/> <parent/></any-service>
</default-route>
<start name="rom_loopdev">
<start name="rom_blk">
<resource name="RAM" quantum="3M"/>
<provides><service name="Block"/></provides>
<config file="init" block_size="512"/>
@ -35,7 +35,7 @@ install_config {
</config>
}
build_boot_image "core init rom_loopdev test-rom_blk"
build_boot_image "core init rom_blk test-rom_blk"
append qemu_args "-m 64 -nographic "

View File

@ -1,3 +1,3 @@
TARGET = rom_loopdev
TARGET = rom_blk
SRC_CC = main.cc
LIBS = base config