Blame doc/genisoimage/README.mipsboot

Packit 45fded
# README.mipsboot    Steve McIntyre <steve@einval.com> 2004/07/19
Packit 45fded
Packit 45fded
The mips/SGI boot support allows you to create a bootable CD which
Packit 45fded
will work with big-endian mips SGI machines, for example bootable
Packit 45fded
installation media.
Packit 45fded
Packit 45fded
The method used for this is the same as in genisovh, a tool to make
Packit 45fded
CDs bootable for Linux on SGI.
Packit 45fded
Packit 45fded
The SGI firmware reads the first 512-byte "sector" off a disk and
Packit 45fded
parses information from a volume descriptor header in that sector. The
Packit 45fded
information in question is the location (start sector) and length of
Packit 45fded
bootable kernel images; up to 15 are supported.
Packit 45fded
Packit 45fded
The firmware will load and execute kernels listed. (I'm not sure what
Packit 45fded
it will do if more than one kernel is listed - it may display a boot
Packit 45fded
menu).
Packit 45fded
Packit 45fded
To use the SGI boot support code in genisoimage, simply specify the kernel
Packit 45fded
file locations (relative to the CD root) as follows:
Packit 45fded
Packit 45fded
genisoimage ... -mips-boot <kernel file #1> \
Packit 45fded
            ... 
Packit 45fded
            -mips-boot <kernel file #n> \
Packit 45fded
            -o mips.iso mips-files
Packit 45fded