1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-13 07:30:21 +00:00

14 lines
701 B
Plaintext
Raw Normal View History

2023-11-15 11:32:23 -05:00
Expected files:
GLABIOS_0.2.5_8T.ROM — the 8088 GLaBIOS ROM.
GLaTICK_0.8.5_AT.ROM — the GLaBIOS AT RTC option ROM.
2023-11-17 17:15:57 -05:00
Phoenix 80286 ROM BIOS Version 3.05.bin — Phoenix's 80286 AT-clone BIOS.
2023-11-22 14:04:26 -05:00
EUMDA9.F14 — a dump of the MDA font.
2023-12-06 09:34:04 -05:00
CGA.F08 — a dump of the CGA font.
2023-11-15 11:32:23 -05:00
2023-11-22 14:18:50 -05:00
GLaBIOS is an open-source GPLv3 alternative BIOS for XT clones, available from https://glabios.org/
GLaTICK is a real-time clock option ROM, also available from available from https://glabios.org/
2023-11-22 14:18:50 -05:00
2023-12-06 09:34:04 -05:00
The MDA and CGA fonts are in the form offered at https://github.com/viler-int10h/vga-text-mode-fonts i.e. it's 256 lots of 14 bytes, the first 14 being the content of character 0, the next 14 being the content of character 1, etc.