Re-enabled HP-PA PALO boot preparations
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISOFS 1 "Version 1.3.7, Apr 07, 2014"
|
||||
.TH XORRISOFS 1 "Version 1.3.7, Apr 09, 2014"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1014,7 +1014,7 @@ MBR, GPT and APM are combinable. APM occupies the first 8 bytes of
|
||||
MBR boot code. All three do not hamper El Torito booting from CDROM.
|
||||
.br
|
||||
\fBxorrisofs\fR supports further boot facilities:
|
||||
MIPS Big Endian (SGI), MIPS Little Endian (DEC), SUN SPARC.
|
||||
MIPS Big Endian (SGI), MIPS Little Endian (DEC), SUN SPARC, HP\-PA.
|
||||
Those are mutually not combinable and also not combinable with MBR, GPT,
|
||||
or APM.
|
||||
.br
|
||||
@ -1209,6 +1209,29 @@ to be written after the SUN Disk Label. Both numbers are counted in bytes.
|
||||
The address is written as 64 bit big\-endian number to byte 0x228.
|
||||
The size is written as 32 bit big\-endian number to byte 0x230.
|
||||
.TP
|
||||
\fB\-hppa-cmdline\fR text
|
||||
Set the PALO command line for HP\-PA. Up to 1023 characters are permitted
|
||||
by default. With \-hppa\-hdrversion 4 the limit is 127.
|
||||
.br
|
||||
Note that the first five \-hppa options are mandatory, if any of the \-hppa
|
||||
options is given. Only option \-hppa\-hdrversion is allowed to be missing.
|
||||
.TP
|
||||
\fB\-hppa-bootloader\fR iso_rr_path
|
||||
Designate the given path as HP\-PA bootloader file.
|
||||
.TP
|
||||
\fB\-hppa-kernel-32\fR iso_rr_path
|
||||
Designate the given path as HP\-PA 32 bit kernel file.
|
||||
.TP
|
||||
\fB\-hppa-kernel-64\fR iso_rr_path
|
||||
Designate the given path as HP\-PA 64 bit kernel file.
|
||||
.TP
|
||||
\fB\-hppa-ramdisk\fR iso_rr_path
|
||||
Designate the given path as HP\-PA RAM disk file.
|
||||
.TP
|
||||
\fB\-hppa-hdrversion\fR number
|
||||
Choose between PALO header version 5 (default) and version 4.
|
||||
For the appropriate value see in PALO source code: PALOHDRVERSION.
|
||||
.TP
|
||||
.B Character sets:
|
||||
.PP
|
||||
Character sets should not matter as long as only english alphanumeric
|
||||
|
Reference in New Issue
Block a user