mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
dc2961338d
This provides bootable disk images for x86 platforms via ! RUN_OPT="--target disk" The resulting disk image contains one ext2 partition with binaries from the GRUB2 boot loader and the run scenario. The default disk size fits all binaries, but is configurable via ! --disk-size <size in MiB> in RUN_OPT. The feature depends on an grub2-head.img, which is part of the commit, but may also be generated by executing tool/create_grub2. The script generates a disk image prepared for one partition, which contains files for GRUB2. All image preparation steps that need superuser privileges are conducted by this script. The final step of writing the entire image to a disk must be executed later by sudo dd if=<image file> of=<device> bs=8M conv=fsync Fixes #1203.
26 lines
849 B
Plaintext
26 lines
849 B
Plaintext
This directory contains boot-loader files needed to boot Genode and to create
|
|
boot images. The tools are available in binary form. Pointers to the source
|
|
code respectively the download source of binaries are described below.
|
|
|
|
:'bender'
|
|
|
|
The 'bender' tool is part of the 'morbo' toolchain available under GPL.
|
|
The toolchain was obtained from https://github.com/TUD-OS/morbo.
|
|
|
|
:'pulsar':
|
|
|
|
The 'pulsar' tool was obtained in binary form from
|
|
http://os.inf.tu-dresden.de/~us15/pulsar.
|
|
|
|
:'chain.c32', 'isolinux.bin'
|
|
|
|
These files are part of the 'Syslinux Project' hosting several bootloaders.
|
|
The sources has been obtained from http://www.syslinux.org.
|
|
|
|
:'stage2_eltorito':
|
|
|
|
This file is part of a modified Grub 0.97 available under GPL. The sources
|
|
of the modified Grub 0.97 were obtained from
|
|
http://os.inf.tu-dresden.de/~adam/grub.
|
|
|