fragglet / vanilla-utilities

Doom engine DOS utilities
https://www.doomworld.com/forum/topic/110970-the-vanilla-utilities/
GNU General Public License v2.0
19 stars 0 forks source link

Verify serial/parallel port+IRQ against BIOS data area #11

Open fragglet opened 1 year ago

fragglet commented 1 year ago

The BIOS data area contains the port addresses for COMx and LPTx plus flags for the number of serial and parallel ports. If using sersetup/parsetup, we should probably at the very least sanity check against these values and print a warning if they don't match what we're trying to use

https://stanislavs.org/helppc/bios_data_area.html