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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"
You can use limits(1) to show the user-mode stack space size.
As I know, the kernel stack size is 2 pages.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"