New BOOT -bios option #774
Labels
Comments
|
@joncampbell123 Thanks for this mod - exactly what I'm looking for. The BIOS file causes DosBox-X to apparently hang in my case, but how do you produce that diagnostic output? |
|
@J1mbo Run it with --debug for extra information. You may also want to run with -break-start to make DOSBox-X break into the debugger before it executes the first instruction in the BIOS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just added initial code to support booting to a ROM BIOS image using the BOOT command.
Initial test results so far below.
IBM PC/AT mode (using ROM images from the PCem project):
PC-98 mode:
DOSBox-X won't be able to support running N88 BASIC without the ability to run the PC-98 ROM BIOS, which is the reason for this addition.
A bonus is that booting ROM BIOS images (in either IBM or NEC mode) enables analysis of the boot process.
The text was updated successfully, but these errors were encountered: