I came across a question in my mind do microkernels also have per process stack like Linux has?
Asked
Active
Viewed 20 times
0
-
Yes, by definition. Every thread must have its own stack. – Martin James Jan 23 '23 at 15:44
-
It is clear to me that every process needs a stack to pass arguments and allocate local variables what I mean is, does every process in microkernel also has stack in kernel space, like every process in linux has kernel stack? – user9065668 Jan 24 '23 at 18:15
-
No.............. – Martin James Jan 25 '23 at 06:46