[Freedos-kernel] Re: BUFFERS problem: wasting low memory if HMA too small

2004-10-11 Thread Eric Auer
Hi! Undocumented limitations like "buffers are in one segment" can be countered in two ways: Document them (show a warning, like "only N buffers possible in HMA, have to keep all buffers in low RAM") or (possibly configurable) ignore them (put 38 buffers in HMA and 2 in low RAM, but offer a SWITCH

Re: [Freedos-kernel] BUFFERS problem: wasting low memory if HMA too small

2004-10-11 Thread Bart Oldeman
On Mon, 11 Oct 2004, Eric Auer wrote: > http://fd-doc.sourceforge.net/faq/cgi-bin/viewfaq.cgi?faq=incoming/321 > tells: If not ALL buffers fit into HMA, then ALL buffers will be in > low DOS memory. How hard would it be to put MOST buffers in HMA and > only the REST in low DOS memory, if many BUFF

[Freedos-kernel] BUFFERS problem: wasting low memory if HMA too small

2004-10-11 Thread Eric Auer
Hi, http://fd-doc.sourceforge.net/faq/cgi-bin/viewfaq.cgi?faq=incoming/321 tells: If not ALL buffers fit into HMA, then ALL buffers will be in low DOS memory. How hard would it be to put MOST buffers in HMA and only the REST in low DOS memory, if many BUFFERS are requested? Eric -