Searched hist:"7 acb51f681a6960ce8dd029ad78fd354bd05b4bd" (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.8 | 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|
H A D | isoboot.c | 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|
H A D | Makefile | 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|
/freebsd/stand/libsa/ |
H A D | cd9660read.c | 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|
/freebsd/stand/i386/ |
H A D | Makefile | diff 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|
/freebsd/sys/fs/cd9660/ |
H A D | iso.h | diff 7acb51f681a6960ce8dd029ad78fd354bd05b4bd Thu Apr 05 21:40:46 CEST 2018 Benno Rice <benno@FreeBSD.org> 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
|