> And then there are numerous problems with the keys.
> For example if you start the turbo c debugger (tc) it has a nice feature where
> almost every key is repeated twice. So if you press delete, it will delete 
> two chars 
> instead of 1.

qemu's keyboard emulation is bad. Usually this isn't noticed because on most 
OSes one driver communicates with the keyboard controller. In DOS this isn't 
true and each TSR which hooks IRQ 1 and reads the port 60h makes things worse.

If EMM386 has been loaded in config.sys one may improve things by adding 
option NOALTBOOT, this avoids emm386 to hook irq 1. But I'm afraid this will 
not help with the TD issue.




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to