skiselev / 8088_bios

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

POST code visualization #10

Closed spark2k06 closed 4 years ago

spark2k06 commented 4 years ago

Displaying POST code in real time while running the BIOS through direct access to video memory.

https://www.youtube.com/watch?v=1z0IZvMMRFo

spark2k06 commented 4 years ago

I close this pull request because I understand that this may not be a useful functionality for the regular user of the system, and that there may be other methods of obtaining debug information, by improving initialization messages, etc. I find it especially useful as a debug method (at a personal level of development), so I will make it available in my fork of this project, along with some improvements and optimization that I have made, among others:

https://github.com/spark2k06/8088_bios

Now optional with #define DEBUG in config.inc, and also compatible with Monochrome or 40x24 CGA text modes.