if {[have_spec arm]} { assert_spec arm_v7 }
build {
core lib/ld init timer lib/vfs
server/fs_rom
server/vfs_block
server/vfs
lib/vfs_rump
test/iso
}
create_boot_directory
install_config {
}
#
# Check used commands
#
set xorrisofs [installed_command xorrisofs]
#
# Create iso
#
exec cp -f [genode_dir]/repos/os/src/test/iso/test.txt [run_dir]
for { set i 1 } { $i <= 30 } { incr i } {
exec touch [run_dir]/$i.txt
}
exec rm -f bin/fs.iso
catch { exec $xorrisofs -l -R -hide-rr-moved -o bin/fs.iso [run_dir]}
build_boot_image [list {*}[build_artifacts] fs.iso]
append qemu_args "-nographic "
run_genode_until {child .* exited with exit value 0.*\n} 60
# pay only attention to the output of init and its children
grep_output {^\[init -> test-iso}
unify_output {at [a-f0-9]+} "at "
if {[have_spec 32bit]} {
compare_output_to {
[init -> test-iso] File size is 31000 at
[init -> test-iso] 00001000: 61616161 61616161 61616161 61616161 61616161
[init -> test-iso] 00001014: 61616161 61616161 61616161 61616161 61616161
[init -> test-iso] 00001028: 61616161 61616161 61616161 61616161 61616161
[init -> test-iso] 0000103c: 61616161 61616161 61616161 61616161 61616161
[init -> test-iso]
[init -> test-iso] 00010000: 62626262 62626262 62626262 62626262 62626262
[init -> test-iso] 00010014: 62626262 62626262 62626262 62626262 62626262
[init -> test-iso] 00010028: 62626262 62626262 62626262 62626262 62626262
[init -> test-iso] 0001003c: 62626262 62626262 62626262 62626262 62626262
[init -> test-iso]
[init -> test-iso] 00020000: 63636363 63636363 63636363 63636363 63636363
[init -> test-iso] 00020014: 63636363 63636363 63636363 63636363 63636363
[init -> test-iso] 00020028: 63636363 63636363 63636363 63636363 63636363
[init -> test-iso] 0002003c: 63636363 63636363 63636363 63636363 63636363
[init -> test-iso]
}
}
if {[have_spec 64bit]} {
compare_output_to {
[init -> test-iso] File size is 31000 at
[init -> test-iso] 00001000: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001028: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001050: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001078: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso]
[init -> test-iso] 00010000: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010028: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010050: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010078: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso]
[init -> test-iso] 00020000: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020028: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020050: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020078: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso]
}
}
exec rm -rf bin/fs.iso