The user-mode stack space is how many bytes?

fuzhli fuzhli1007 at gmail.com
Mon Apr 16 09:01:32 UTC 2012


On 2012/4/16 14:48, cz li wrote:
> The user-mode stack space is  how many bytes, the kernel stack is how
> many bytes. I've written a driver.I want to add it to the kernel
> source. How should I do?
> Thank you.
>
> lichaozhong
> 2012-4-16
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
You can use limits(1) to show the user-mode stack space size.
As I know, the kernel stack size is 2 pages.


More information about the freebsd-hackers mailing list