Hi there,

Oops, it seems to point to me ;-)

The keyboard buffer is a BIOS resource, and it many cases DOS (standard
CON device) just relies on BIOS to do this work.

BIOS extensions to the BIOS keyboard handling (namely KEYB) could easily
implement this, but:
- I try myself to recycle BIOS stuff as much as possible and rewrite less
- I haven't felt the need to do it

When you are using STRINGS in KEYB, then a secondary bigger buffer is used
(from which info is transfered to the primary BIOS one), but it is because
your strings can be big enough. I'll annotate it within KEYB wishes to be
able to use this secondary bigger buffer with a KEYB switch.

Cheers,
Aitor


> On Mon, 2006-02-06 at 19:18 +0300, Arkady V.Belousov wrote:
>> Hi!
>>
>> 5-ÄÕÒ-2006 19:47 [EMAIL PROTECTED] (Carl Spitzer) wrote to FreeDOS
>> <freedos-user@lists.sourceforge.net>:
>>
>> >> > > following constants and function allow a program to place up to
>> 16
>> >> > > two-byte characters in the keyboard buffer. When the program
>> exits
>> >> > Why the limit of 16??
>> >> That's the size of the typeahead buffer maintained by the BIOS (I
>> think
>> CS> That is what I was thinking about I am surprised that FreeDOS has
>> not
>> CS> done that yet.
>>
>>      Why you think that it should "done" this?
>>
> Increase the typeahead buffer size.
>
> CWSIV
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to