You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
boot.c | 2 years ago | |
boot.c.original | 2 years ago | |
cmd_mem.c | 2 years ago | |
cmd_mem.c.original | 2 years ago | |
console.c | 2 years ago | |
console.c.original | 2 years ago | |
main.c | 2 years ago | |
main.c.original | 2 years ago |
README.md
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