mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
3dd81b0d32
This commit updates Early-Adopters (EA) version of Sculpt to the version for The Curious (TC). Most importantly, it contains the new interactive sculpt-manager component that automates many system management and configuration tasks.
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
<runtime ram="4M" caps="150" binary="vfs" config="fonts.config">
|
|
|
|
<provides> <file_system/> </provides>
|
|
|
|
<content>
|
|
<rom label="vfs"/>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="libc.lib.so"/>
|
|
<rom label="libm.lib.so"/>
|
|
<rom label="vfs_ttf.lib.so"/>
|
|
<rom label="Vera.ttf"/>
|
|
<rom label="VeraMono.ttf"/>
|
|
<rom label="vfs.lib.so"/>
|
|
</content>
|
|
|
|
</runtime>
|