Re: Pageable memory from kernel-mode?

Martin.Dalecki (dalecki@namu23.num.math.uni-goettingen.de)
Tue, 10 Sep 1996 12:37:01 +0200 (MET DST)


On Mon, 9 Sep 1996, Volker.Lendecke wrote:

> :-((. I would like to have much memory to work around a Windows 95 bug in
> smbfs. Or, do you think it is possible to vmalloc about 64k temporarily
> during a readdir call? I need it because I want to get a complete directory
> in one big chunk. Windows 95 can not split the readdir call, and I want to
> be prepared for very large directories.

Yes this is of course possible inc case of normaly used memmory. The
problems arise only for DMA-able mem. :-))

Marcin