New -boot_image specifier emul_type=none|hard_disk|floppy

This commit is contained in:
2010-08-18 18:17:14 +00:00
parent fb35f70c6e
commit 689bcf0168
6 changed files with 88 additions and 58 deletions

View File

@ -279,8 +279,8 @@ struct XorrisO { /* the global context of xorriso */
int boot_platform_id;
int patch_isolinux_image; /* bit0= boot-info-table , bit1= not with EFI */
int boot_image_emul; /* 0=no emulation
(1=emulation as hard disk)
(2=emulation as floppy)
1=emulation as hard disk
2=emulation as floppy
*/
off_t boot_image_load_size;
unsigned char boot_id_string[29];