All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Langgaard <carstenl@mips.com>
To: linux-mips@oss.sgi.com
Subject: Does anyone have a 64-bit kernel running ?
Date: Wed, 22 May 2002 09:49:32 +0200	[thread overview]
Message-ID: <3CEB4D8C.8BE4CF3A@mips.com> (raw)

After fixing a lot of stuff, I finally got a 64-bit kernel up and run on
the Malta board.
But there are still a lot of things that doesn't work.
E.g. the read_rtc routine fails, because a "long" is 64-bit in the
kernel and 32-bit in the user application (I run on o32 compiled
userland).
If I replace all "longs" in the read_rtc routine with "integers" it
works fine, but then I will probably break things, once we got a n64
compiled userland.
NFS fails because of a checksum errors in some UDP packages.

Does anyone have any experience in the 64-bit kernel ?

/Carsten

--
_    _ ____  ___   Carsten Langgaard   Mailto:carstenl@mips.com
|\  /|||___)(___   MIPS Denmark        Direct: +45 4486 5527
| \/ |||    ____)  Lautrupvang 4B      Switch: +45 4486 5555
  TECHNOLOGIES     2750 Ballerup       Fax...: +45 4486 5556
                   Denmark             http://www.mips.com

                 reply	other threads:[~2002-05-22  7:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3CEB4D8C.8BE4CF3A@mips.com \
    --to=carstenl@mips.com \
    --cc=linux-mips@oss.sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.