Subject: Re: Boot Supermac C500
To: Chris Tribo <talon16m@hotmail.com>
From: Dan Winship <danw@MIT.EDU>
List: port-macppc
Date: 02/10/2000 12:39:19
>     Generally speaking, I don't think there should be problems with running
> current kernels on a snapshot userland.

That's true with one big important caveat: make sure you have
COMPAT_## defined in your kernel for all relevant releases. So if
you're running a 1.3 userland and a -current kernel, you need
COMPAT_13 and COMPAT_14, etc.

-- Dan