mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
1256b01867
commit
4c74af274b
@ -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
|
||||
|
||||
|
@ -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 "
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TARGET = rom_loopdev
|
||||
TARGET = rom_blk
|
||||
SRC_CC = main.cc
|
||||
LIBS = base config
|
Loading…
x
Reference in New Issue
Block a user