mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
47a129c6af
commit
d2a2893959
@ -1,5 +1,6 @@
|
||||
build {
|
||||
core init server/log_terminal noux/minimal lib/libc_noux test/noux_fork
|
||||
core init drivers/timer server/log_terminal noux/minimal lib/libc_noux
|
||||
test/noux_fork
|
||||
}
|
||||
|
||||
create_boot_directory
|
||||
@ -20,6 +21,10 @@ install_config {
|
||||
<default-route>
|
||||
<any-service> <any-child/> <parent/> </any-service>
|
||||
</default-route>
|
||||
<start name="timer">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<provides><service name="Timer"/></provides>
|
||||
</start>
|
||||
<start name="log_terminal">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<provides><service name="Terminal"/></provides>
|
||||
@ -35,10 +40,10 @@ install_config {
|
||||
}
|
||||
|
||||
build_boot_image {
|
||||
core init log_terminal noux ld.lib.so libc.lib.so libc_noux.lib.so
|
||||
test-noux_fork
|
||||
core init timer log_terminal noux ld.lib.so libc.lib.so libm.lib.so
|
||||
libc_noux.lib.so test-noux_fork
|
||||
}
|
||||
|
||||
append qemu_args " -nographic "
|
||||
|
||||
run_genode_until "child.*exited.*\n" 20
|
||||
run_genode_until "child.*exited with exit value 0.*\n" 20
|
||||
|
Loading…
Reference in New Issue
Block a user