I'm writing a device driver for plex86 (the FreeMWare virtual machine software), and have a buffer that needs to be non-pageable. It was malloc'd with the malloc(size, type, flags) kernel malloc function. What's the best way to make this memory unpageable? Thanks in advance, Isaac Waldron waldroni at lr dot net To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- RE: Best way to lock malloc'd memory in kernel Isaac Waldron
- RE: Best way to lock malloc'd memory in kernel Daniel O'Connor
- Re: Best way to lock malloc'd memory in kernel Isaac Waldron
- Re: Best way to lock malloc'd memory in kern... Daniel O'Connor
- Re: Best way to lock malloc'd memory in kern... Alfred Perlstein