sisadmin
December 25th, 2002, 03:06 AM
Hi.
I want to create a ramdisk driver that will be able to allocate upto 1 Gb of mem. (I have 4 Gb machine).
BUT, Win 2000 has only 256 Mb for non-pageable pool and 470 MB limit for pageable memory pool. I haven't found any information about these values in XP .
I've found the /maxmem=N option for boot.ini that allows me to limit windows to use only N Mb of the RAM. How can I access this, hidden from Windows, RAM from my driver. I know that it's possible since there is a commercial (50$ for copy!) RAMdisk driver from "Cenatek" that does have this option.
Thank you in advance.
I want to create a ramdisk driver that will be able to allocate upto 1 Gb of mem. (I have 4 Gb machine).
BUT, Win 2000 has only 256 Mb for non-pageable pool and 470 MB limit for pageable memory pool. I haven't found any information about these values in XP .
I've found the /maxmem=N option for boot.ini that allows me to limit windows to use only N Mb of the RAM. How can I access this, hidden from Windows, RAM from my driver. I know that it's possible since there is a commercial (50$ for copy!) RAMdisk driver from "Cenatek" that does have this option.
Thank you in advance.