mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
3f6ff39d76
commit
20dc750d6a
@@ -93,7 +93,7 @@ append config {
|
||||
<resource name="RAM" quantum="16M"/>
|
||||
<provides><service name="File_system"/></provides>
|
||||
<config fs="ext2fs">
|
||||
<policy label="" root="/" writeable="yes"/>
|
||||
<policy root="/" writeable="yes"/>
|
||||
</config>
|
||||
<route>
|
||||
<service name="Block"> <child name="rump_cgd"/> </service>
|
||||
|
||||
@@ -62,7 +62,7 @@ append config {
|
||||
<start name="rump_fs">
|
||||
<resource name="RAM" quantum="8M" />
|
||||
<provides><service name="File_system"/></provides>
|
||||
<config fs="ext2fs"><policy label="" root="/" writeable="yes"/></config>
|
||||
<config fs="ext2fs"><policy label="test-libc_vfs" root="/" writeable="yes"/></config>
|
||||
</start>
|
||||
<start name="test-libc_vfs">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
|
||||
@@ -62,7 +62,7 @@ append config {
|
||||
<start name="rump_fs">
|
||||
<resource name="RAM" quantum="8M" />
|
||||
<provides><service name="File_system"/></provides>
|
||||
<config fs="msdos"><policy label="" root="/" writeable="yes"/></config>
|
||||
<config fs="msdos"><policy root="/" writeable="yes"/></config>
|
||||
</start>
|
||||
<start name="test-libc_vfs">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
|
||||
@@ -56,7 +56,7 @@ append config {
|
||||
<start name="rump_fs">
|
||||
<resource name="RAM" quantum="8M" />
|
||||
<provides><service name="File_system"/></provides>
|
||||
<config fs="cd9660"><policy label="" root="/" writeable="no"/></config>
|
||||
<config fs="cd9660"><policy label="fs_rom" root="/" writeable="no"/></config>
|
||||
</start>
|
||||
<start name="fs_rom">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
|
||||
Reference in New Issue
Block a user