Date: Fri, 28 Jul 2000 20:52:22 -0400 From: "Isaac Waldron" <waldroni@lr.net> To: <hackers@freebsd.org> Subject: Best way to lock malloc'd memory in kernel Message-ID: <000701bff8f7$422e3bc0$0100000a@waldron.house>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701bff8f7$422e3bc0$0100000a>