1
0
mirror of synced 2026-01-12 00:02:46 +00:00

10 Commits

Author SHA1 Message Date
Matthieu Bucchianeri
3ec351b0a5
Improvements to the bootstrap code. (#37) 2025-02-26 22:44:18 -08:00
Matthieu Bucchianeri
4b9a0874b2
Fixes stability issue and booting from fixed disk. (#35)
* Revert "Some more refactor of the Teensy code."

This reverts commit e03594b514b7d1e41af70f44ef220a1571d88deb.

* Fix issue booting from other fixed disk.
2025-02-19 21:22:23 -08:00
Matthieu Bucchianeri
fe8385da08
Many fixes and improvements to the BIOS Extension ROM. (#33)
* Revert "Uploaded_2_9_2025"

This reverts commit ec79bbdbc9052617461a3c1b4952290a05a51adb.

* Fixing DEBUG_IO builds.

* Make the IO port base a define.

* Fix CPU test to properly handle 808x vs V20.

* Improve timeout management logic.

* Improve SD Card initialization logic.

* Implement INT18h bootstrapping.

* Implementing a different test for processor type.

* Allow use with another fixed drive (eg: ESDI drive).

* Allow swapping driver ID between the BIOS disk and XTMax.

* Fix address of the ROM segment.

* Fixing missing STI at the top of the handler.

* Major rework of IO to use MOVSW.

* More code reorg and auto-detecting second drive.

* Update XTSD to use MOVSW.

* Add diagnostics program.

* Workaround for MS-DOS strange handling of interrupts.

* Use a lookup table for the memory map.

* Make the BootROM relocatable.

* Some more refactor of the Teensy code.
2025-02-17 15:11:37 -08:00
Matthieu Bucchianeri
29b3df2daa Bump maximum disk size to 8GB. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
1186841266 Remove some of the debug features to make the code more readable. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
671b6e8153 Reduce wait from SD Card. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
9398846c13 Some optimizations. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
69647a6f9e Optimize for 80186-compatible. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
1e800f94c5 Add INT13h handling for SD Card. 2025-02-09 21:51:28 -08:00
Matthieu Bucchianeri
d2f95788e5 Add BootROM support. 2025-02-09 21:51:28 -08:00