Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Making physical memory unusable

evilbitz
Beginner
392 Views
Hi there!
Is there a way to make the physical memory unusable for the OS by means of using the page directory?
If not, then what can restrict the OS and software it contains from certain areas of the physical memory in a dynamic way? Using the E820 BIOS table to mark DEVICE_MEMORY is one way, but it's not dynamical...
Thanks in advance!
0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
392 Views

I imagine that your purpose is for testing. You might check out Winternals.com or OSR.com. They might have a utility that does this. One method would be to install a RAMDISK driver that uses the non-Paged Pool. You don't use the RAMDISK since your interest is testing under various memory configuration conditions without jerking chips from your motherboard.

Jim Dempsey

0 Kudos
Reply