mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
updated run scripts
This commit is contained in:
@@ -50,7 +50,7 @@ append_platform_drv_config
|
||||
append config {
|
||||
<start name="gpgpu">
|
||||
<provides> <service name="gpgpu"/> </provides>
|
||||
<resource name="RAM" quantum="32M"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
</start>
|
||||
</config>}
|
||||
|
||||
@@ -64,5 +64,5 @@ append_platform_drv_boot_modules
|
||||
build_boot_image $boot_modules
|
||||
|
||||
# qemu stuff
|
||||
append qemu_args "-nographic -m 256"
|
||||
append qemu_args "-nographic -m 1G"
|
||||
run_genode_until {This is the UOS Intel GPGPU End!.*\n} 10
|
||||
|
||||
@@ -55,13 +55,13 @@ append config {
|
||||
append_platform_drv_config
|
||||
|
||||
append config {
|
||||
<start name="gpgpu">
|
||||
<start name="gpgpu" priority="0">
|
||||
<provides> <service name="gpgpu"/> </provides>
|
||||
<resource name="RAM" quantum="8192M"/>
|
||||
<resource name="RAM" quantum="8G"/>
|
||||
</start>
|
||||
<start name="hello_gpgpu1">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="2048M"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
@@ -69,8 +69,40 @@ append config {
|
||||
</start>
|
||||
<start name="hello_gpgpu2">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="2048M"/>
|
||||
<config bench="2">
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
</start>
|
||||
<start name="hello_gpgpu3">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
</start>
|
||||
<start name="hello_gpgpu4">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
</start>
|
||||
<start name="hello_gpgpu5">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
</start>
|
||||
<start name="hello_gpgpu6">
|
||||
<binary name="hello_gpgpu"/>
|
||||
<resource name="RAM" quantum="512M"/>
|
||||
<config bench="1">
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user