487 B
487 B
FIRMWARE
This directory contains the modified versions of several BIOS related files. The modifications are:
- boot.c - doRAMBoot introduced (permitting RAM boot - automatically selecting the currently inactive RAM bank)
- cmd_mem.c - additional commands dumpregs & ramboot introduced (mx, mhsig no longer used)
- console.c - non-blocking feature implemented (set_console, kbhit introduced, putchar modified)
- main.c - BIOS starter, modified for non-blocking operation