0xDEADBEEF
Experienced Member
- Joined
- Oct 27, 2023
- Messages
- 181
well, doing in and out to keyboard controller from dos debug WHILE actually typing on the keyboard will not end well. use debug.com to write simple .com program or try afd.com (advanced full screen debugger, my dos favorite) to do that. or write simple nasm program. also, try qa plus or checkit, they do have keyboard controller tests.
now, i dont think this is keyboard controller problem.
refresh.com refreshes memory by reading it on cpu. which could point to a problem with chipset, and the memory refresh. the refresh tsr does cpu based refresh of dos memory, but it doesnt touch anything over 640kb. the system may be more stable with it without himem.sys
as for keyboard controller, it also controls a20 line gate which is used by himem.sys
also, have you tried grid diagnostic tools? see diagrom.zip
now, i dont think this is keyboard controller problem.
refresh.com refreshes memory by reading it on cpu. which could point to a problem with chipset, and the memory refresh. the refresh tsr does cpu based refresh of dos memory, but it doesnt touch anything over 640kb. the system may be more stable with it without himem.sys
as for keyboard controller, it also controls a20 line gate which is used by himem.sys
also, have you tried grid diagnostic tools? see diagrom.zip







