public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 64-bit app on 32-bit kernel supported?
@ 2006-12-08 15:36 Srivatsa Vaddagiri
  2006-12-08 15:48 ` Lennart Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Srivatsa Vaddagiri @ 2006-12-08 15:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Somebody was asking this : "Does any 32-bit Linux kernel support running 64-bit 
app on top of it (in a 64-bit platform that is)?"

AFAIK its not supported, but wanted to make sure ..

-- 
Regards,
vatsa

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 64-bit app on 32-bit kernel supported?
  2006-12-08 15:36 64-bit app on 32-bit kernel supported? Srivatsa Vaddagiri
@ 2006-12-08 15:48 ` Lennart Sorensen
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Sorensen @ 2006-12-08 15:48 UTC (permalink / raw)
  To: Srivatsa Vaddagiri; +Cc: linux-kernel, Andrew Morton

On Fri, Dec 08, 2006 at 09:06:06PM +0530, Srivatsa Vaddagiri wrote:
> Somebody was asking this : "Does any 32-bit Linux kernel support running 64-bit 
> app on top of it (in a 64-bit platform that is)?"
> 
> AFAIK its not supported, but wanted to make sure ..

You can run 32bit programs on many 64bit kernels, but a 32bit kernel
only runs 32bit code, since the code can't use 64bit features if the
kernel doesn't know about them and know how to context switch without
loosing the 64bit extensions.  As far as I know this is true of at least
x86, hppa (not sure 64bit is supported in linux since I never worked with
one), mips and sparc.

--
Len Sorensen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-08 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 15:36 64-bit app on 32-bit kernel supported? Srivatsa Vaddagiri
2006-12-08 15:48 ` Lennart Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox