freebsd-dev/sys/fs/cd9660
Benno Rice 7acb51f681 Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.
This is part of a project for adding the ability to create hybrid CD/USB boot
images. In the BIOS case when booting from something that isn't a CD we need
some extra boot code to actually find our next stage (loader) within an
ISO9660 filesystem. This code will reside in a GPT partition (similar to
gptboot(8) from which it is derived) and looks for /boot/loader in an
ISO9660 filesystem on the image.

Reviewed by:	imp
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D14914
2018-04-05 19:40:46 +00:00
..
cd9660_bmap.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
cd9660_lookup.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_mount.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_node.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_node.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_rrip.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_rrip.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_util.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
cd9660_vfsops.c Do pass removing some write-only variables from the kernel. 2017-12-25 04:48:39 +00:00
cd9660_vnops.c Unsign some values related to allocation. 2018-01-22 02:08:10 +00:00
iso_rrip.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
iso.h Add isoboot(8) for booting BIOS systems from HDDs containing ISO images. 2018-04-05 19:40:46 +00:00
TODO
TODO.hibler