tool/boot: add chain_loader 'unzip'

'unzip' can uncompress and load raw multiboot images and ELF files.

Usage together with the PXE bootloader ease life running the muen hypervisor
together with a Genode/x86_64 VM, where the raw boot image is typically quite
large.

Ref #2358
This commit is contained in:
Stefan Kalkowski
2017-03-27 12:39:13 +02:00
committed by Christian Helmuth
parent 80f704ae0e
commit 79143f6782
3 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ proc install_pxe_bootloader_to_run_dir { } {
exec chmod a+r [run_dir]/boot/pulsar
exec cp [genode_dir]/tool/boot/bender [run_dir]/boot/bender
exec chmod a+r [run_dir]/boot/bender
exec cp [genode_dir]/tool/boot/unzip [run_dir]/boot/unzip
exec chmod a+r [run_dir]/boot/unzip
}