Re: question : is the init process of kernel running in kernel space or user space?

2005-04-18 Thread Steven Rostedt
On Mon, 2005-04-18 at 09:36 +0800, Tomko wrote: > Hi all, > > In the linux system , kernel is often starting up like this : > > bootloader -> start_32() -> start_kernel() -> init() > > i would like to ask what is the piority level in this starting procedure > ? 0 or 3 ? that means, this start u

question : is the init process of kernel running in kernel space or user space?

2005-04-17 Thread Tomko
Hi all, In the linux system , kernel is often starting up like this : bootloader -> start_32() -> start_kernel() -> init() i would like to ask what is the piority level in this starting procedure ? 0 or 3 ? that means, this start up process are running in kernel space or user space ? or the leve