You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jannik Vogel edited this page Mar 17, 2020
·
2 revisions
To generate an ISO file that can be burned to a disc, or passed to the XQEMU
emulator via the -drive index=1,media=cdrom,file=/path/to/your.iso parameter,
define the GEN_XISO variable with the name of the ISO to be created in your
project Makefile. For example:
GEN_XISO=$(XBE_TITLE).iso
You can include additional files in the ISO (they must reside in the output
directory) like this: