skiselev / 8088_bios

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

Add RTC feature for Micro8088 #2

Closed spark2k06 closed 4 years ago

spark2k06 commented 5 years ago
skiselev commented 4 years ago

Thank you for your code contribution! I've added RTC auto-detect functionality in https://github.com/skiselev/8088_bios/commit/bd826711a55fd360b7650488d02dd15943ccb03e using parts of your code. I haven't tested it just yet.

I would like to share some feedback considering the 8088 BIOS development, and the reason I couldn't merge your commit directly:

spark2k06 commented 4 years ago

I agree on all your annotations. I have added a new pull request taking advantage of the configuration of config.inc to facilitate the user to change CMOS_CONTROL_B_CONFIG in the RTC. Among other things, you may want to use the DSE:

https://github.com/skiselev/8088_bios/pull/5