user malloc from kernel
From: earthman (earthman_at_inbox.ru)
Date: 09/29/03
- Previous message: Dan Langille: "Re: [PATCH] : libc_r/uthread/uthread_write.c"
- In reply to: Richard Coleman: "Re: USB keyboard thoughts."
- Next in thread: Poul-Henning Kamp: "Re: user malloc from kernel"
- Reply: Poul-Henning Kamp: "Re: user malloc from kernel"
- Reply: Pawel Jakub Dawidek: "Re: user malloc from kernel"
- Reply: Terry Lambert: "Re: user malloc from kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Sep 2003 17:22:47 +0300 To: freebsd-hackers@freebsd.org
hi
how to allocate some memory chunk
in user space memory from kernel code?
how to do it correctly?
--
Best regards,
earthman mailto:earthman@inbox.ru
icq: 145680330
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Dan Langille: "Re: [PATCH] : libc_r/uthread/uthread_write.c"
- In reply to: Richard Coleman: "Re: USB keyboard thoughts."
- Next in thread: Poul-Henning Kamp: "Re: user malloc from kernel"
- Reply: Poul-Henning Kamp: "Re: user malloc from kernel"
- Reply: Pawel Jakub Dawidek: "Re: user malloc from kernel"
- Reply: Terry Lambert: "Re: user malloc from kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: user malloc from kernel
... >how to allocate some memory chunk ... >in user space memory
from kernel code? ... (freebsd-hackers) - Re: user malloc from kernel
... +> how to allocate some memory chunk ... +> in user space memory
from kernel code? ... Here you got sample kernel module which do this: ...
(freebsd-hackers)