* runtimeimage of kernel module
@ 2001-12-04 8:57 Anumula Venkat
2001-12-04 10:20 ` Joseph A Knapka
0 siblings, 1 reply; 2+ messages in thread
From: Anumula Venkat @ 2001-12-04 8:57 UTC (permalink / raw)
To: linux-mm
Hello Friends,
Can anybody tell me how runtime image of kernel
module will be formed ?
I know that all kernel modules will run in one
address space. And for user level applications stack
will be formed at 0xbfff.. ( something of this kind ).
My doubt is where does the stack will be formed for
kernel modules ?
Thanks in advance
Regards
Venkat
=====
'Arise, awake and stop not till the GOAL is reached' -- Swami Vivekananda
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: runtimeimage of kernel module
2001-12-04 8:57 runtimeimage of kernel module Anumula Venkat
@ 2001-12-04 10:20 ` Joseph A Knapka
0 siblings, 0 replies; 2+ messages in thread
From: Joseph A Knapka @ 2001-12-04 10:20 UTC (permalink / raw)
To: Anumula Venkat; +Cc: linux-mm
Anumula Venkat wrote:
>
> Hello Friends,
>
> Can anybody tell me how runtime image of kernel
> module will be formed ?
> I know that all kernel modules will run in one
> address space. And for user level applications stack
> will be formed at 0xbfff.. ( something of this kind ).
>
> My doubt is where does the stack will be formed for
> kernel modules ?
All kernel code runs in the context of the process
that's running when kernel mode is entered. That
means module code will execute using the kernel stack
of the current process.
Cheers,
-- Joe
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-12-04 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-04 8:57 runtimeimage of kernel module Anumula Venkat
2001-12-04 10:20 ` Joseph A Knapka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox