freebsd-dev/tools/boot
Warner Losh 082c6764e6 Script to generate minimal boot images for each of the 24 supported
boot images for x86. This will be enhanced to generate all the other
images (u-boot, powerpc CHRP, etc).

At the moment, it's only generating three of them. zfs+gpt+legacy
works with qemu:
	qemu-system-x86_64 --drive file=${file},format=raw -serial telnet::4444,server
but the ufs ones still have issues I'm tracking down.

These images are the boot blocks, /boot/loader, a kernel, maybe a
couple of modules, /sbin/init, /bin/sh, /libexec/ld-elf.so, libc.so,
libedit and libncursesw. This is just enough to get to single user. At
the moment, these come from the host system, but should come from
OBJTOP.

At the moment, this requires root to build since the zfs tools require
it (and GELI will too when we add support for that).

Sponsored by: Netflix
2017-12-15 06:34:27 +00:00
..
install-boot.sh Script that knows how to put boot blocks onto a device. Eventually, 2017-12-15 06:34:11 +00:00
rootgen.sh Script to generate minimal boot images for each of the 24 supported 2017-12-15 06:34:27 +00:00
universe.sh Build WITHOUT_FORTH too, at least for amd64 and i386 2017-12-08 19:57:21 +00:00