public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen)
To: Srivatsa Vaddagiri <vatsa@in.ibm.com>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: 64-bit app on 32-bit kernel supported?
Date: Fri, 8 Dec 2006 10:48:48 -0500	[thread overview]
Message-ID: <20061208154848.GA19987@csclub.uwaterloo.ca> (raw)
In-Reply-To: <20061208153606.GC11253@in.ibm.com>

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

      reply	other threads:[~2006-12-08 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 15:36 64-bit app on 32-bit kernel supported? Srivatsa Vaddagiri
2006-12-08 15:48 ` Lennart Sorensen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061208154848.GA19987@csclub.uwaterloo.ca \
    --to=lsorense@csclub.uwaterloo.ca \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vatsa@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox