skiselev / 8088_bios

BIOS for Intel 8088 based computers
GNU General Public License v3.0
515 stars 61 forks source link

CGA 40x25 mode #3

Closed skiselev closed 4 years ago

skiselev commented 4 years ago

Cloned from NuXT project: https://github.com/monotech/NuXT/issues/3

I have an official IBM CGA card and would like the system to boot in 40 column mode, but the switch for that doesn't seem to work. The machine always boots in 80 column mode. I can switch to 40 columns successfully from dos using the mode 40 command. Any ideas? Thank you.

skiselev commented 4 years ago

Fixed in https://github.com/skiselev/8088_bios/commit/d95b9110b5713eecce2dcd4c15e561234f214daa

skiselev commented 4 years ago

The fix is released in v0.9.7