Subject: Re: 32-bit vs 64-bit Any Difference in the ffs filesystem?
To: None <mlm@mm-network.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 03/28/2003 19:17:06
On Fri, Mar 28, 2003 at 12:00:25PM -0600, mlm@mm-network.com wrote:

> Apparently the box crashed and on boot up it had to fsck the
> filesystem, and droped into the kernel debugger...

No panic, just the debugger? There used to be a few (unclear/untested)
codepaths where a "Debugger();" call was left in the kernel code.

In that case you can simply "c" (continue) in the debugger and all is
well. Otherwise please file a PR with the panic message and output
from "tr" (trace).

> Are the
> filesystems built by the 64-bit kernel compatible with
> the 32-bit kernel?

Yes.

Martin