New -boot_image setting hppa_hdrversion=

This commit is contained in:
2014-01-16 11:34:11 +00:00
parent 018ef72947
commit d32230fd37
7 changed files with 98 additions and 53 deletions

View File

@ -2761,8 +2761,12 @@ filesystem and announced by an MBR partition table entry.
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.
*hppa_cmdline=*text sets the PALO command line for HP-PA. Up to 127
characters are permitted.
*hppa_cmdline=*text sets the PALO command line for HP-PA. Up to
1023 characters are permitted by default. With hppa_hdrversion=4
the limit is 127.
Note that the first five hppa_ bootspecs are mandatory, if any of
the hppa_ bootspecs is used. Only hppa_hdrversion= is allowed to
be missing.
*hppa_bootloader=*iso_rr_path designates the given path as HP-PA
bootloader file.
*hppa_kernel_32=*iso_rr_path designates the given path as HP-PA 32
@ -2771,6 +2775,9 @@ filesystem and announced by an MBR partition table entry.
bit kernel file.
*hppa_ramdisk=*iso_rr_path designates the given path as HP-PA RAM
disk file.
*hppa_hdrversion=*number chooses between PALO header version 5
(default) and version 4. For the appropriate value see in PALO
source code: PALOHDRVERSION.
*mips_discard*, *sparc_discard*, and *hppa_discard* revoke any
boot file declarations made for mips or mipsel, resp. sparc, resp.
hppa. This removes the ban on production of other boot blocks.
@ -4908,7 +4915,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -alter_date sets timestamps in ISO image: Manip. (line 154)
* -alter_date_r sets timestamps in ISO image: Manip. (line 187)
* -append_partition adds arbitrary file after image end: Bootable.
(line 259)
(line 266)
* -application_id sets application id: SetWrite. (line 196)
* -application_use sets application use field: SetWrite. (line 262)
* -as emulates mkisofs or cdrecord: Emulation. (line 13)
@ -5143,10 +5150,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* ACL, set in ISO image, -setfacl_r: Manip. (line 105)
* ACL, show in ISO image, -getfacl: Navigate. (line 70)
* ACL, show in ISO image, -getfacl_r: Navigate. (line 77)
* APM block size: Bootable. (line 250)
* APM block size: Bootable. (line 257)
* APM, _definition: Extras. (line 41)
* Appendable media, _definition: Media. (line 38)
* Appended Filesystem Image, -append_partition: Bootable. (line 259)
* Appended Filesystem Image, -append_partition: Bootable. (line 266)
* Automatic execution order, of arguments, -x: ArgSort. (line 16)
* Backslash Interpretation, _definition: Processing. (line 52)
* Backup, enable fast incremental, -disk_dev_ino: Loading. (line 217)
@ -5227,8 +5234,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Group, in ISO image, -chgrp_r: Manip. (line 62)
* Growing, _definition: Methods. (line 19)
* Hard links, control handling, -hardlinks: Loading. (line 134)
* HFS+ allocation block size: Bootable. (line 247)
* HFS+ serial number: Bootable. (line 244)
* HFS+ allocation block size: Bootable. (line 254)
* HFS+ serial number: Bootable. (line 251)
* hidden, set in ISO image, -hide: Manip. (line 191)
* HP-PA boot sector, production: Bootable. (line 231)
* Image reading, cache size, -data_cache_size: Loading. (line 296)
@ -5381,7 +5388,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Session, select as input, -load: Loading. (line 35)
* Sorting order, for -x, -list_arg_sorting: ArgSort. (line 27)
* SUN Disk Label, production: Bootable. (line 221)
* SUN SPARC boot images, activation: Bootable. (line 280)
* SUN SPARC boot images, activation: Bootable. (line 287)
* Symbolic link, create, -lns: Insert. (line 176)
* System area, _definition: Bootable. (line 127)
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 238)
@ -5449,39 +5456,39 @@ Node: Filter93144
Node: Writing97700
Node: SetWrite107831
Node: Bootable128416
Node: Jigdo145297
Node: Charset149544
Node: Exception152859
Node: DialogCtl158979
Node: Inquiry161577
Node: Navigate167894
Node: Verify176192
Node: Restore185224
Node: Emulation192311
Node: Scripting202613
Node: Frontend210384
Node: Examples219991
Node: ExDevices221169
Node: ExCreate221828
Node: ExDialog223113
Node: ExGrowing224378
Node: ExModifying225183
Node: ExBootable225687
Node: ExCharset226239
Node: ExPseudo227131
Node: ExCdrecord228029
Node: ExMkisofs228346
Node: ExGrowisofs229686
Node: ExException230821
Node: ExTime231275
Node: ExIncBackup231734
Node: ExRestore235714
Node: ExRecovery236647
Node: Files237217
Node: Seealso238516
Node: Bugreport239239
Node: Legal239820
Node: CommandIdx240831
Node: ConceptIdx257493
Node: Jigdo145684
Node: Charset149931
Node: Exception153246
Node: DialogCtl159366
Node: Inquiry161964
Node: Navigate168281
Node: Verify176579
Node: Restore185611
Node: Emulation192698
Node: Scripting203000
Node: Frontend210771
Node: Examples220378
Node: ExDevices221556
Node: ExCreate222215
Node: ExDialog223500
Node: ExGrowing224765
Node: ExModifying225570
Node: ExBootable226074
Node: ExCharset226626
Node: ExPseudo227518
Node: ExCdrecord228416
Node: ExMkisofs228733
Node: ExGrowisofs230073
Node: ExException231208
Node: ExTime231662
Node: ExIncBackup232121
Node: ExRestore236101
Node: ExRecovery237034
Node: Files237604
Node: Seealso238903
Node: Bugreport239626
Node: Legal240207
Node: CommandIdx241218
Node: ConceptIdx257880

End Tag Table