sel4: add "norelocate" option to bender

Issue #2044
This commit is contained in:
Alexander Boettcher
2016-07-22 11:35:41 +02:00
committed by Christian Helmuth
parent af93f8d01b
commit 0ccb07f008
3 changed files with 5 additions and 3 deletions

View File

@@ -173,7 +173,8 @@ proc run_boot_dir {binaries} {
puts $fh "timeout 0"
puts $fh "default 0"
puts $fh "\ntitle Genode on seL4"
puts $fh " kernel /sel4"
puts $fh " kernel /boot/bender norelocate"
puts $fh " module /sel4"
puts $fh " module /image.elf"
close $fh
@@ -191,7 +192,7 @@ proc run_boot_dir {binaries} {
# Generate pulsar config file
#
set fh [open "[run_dir]/config-52-54-00-12-34-56" "WRONLY CREAT TRUNC"]
puts $fh " exec /boot/bender"
puts $fh " exec /boot/bender norelocate"
puts $fh " load /sel4"
puts $fh " load /image.elf"
close $fh