Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Bootblock / kernel options
On Fri, Feb 09, 2001 at 10:55:29PM +0100, Ignatios Souvatzis wrote:
> > Can this be done remotely, or is there a way to get the kernel to only use
> > one block?
Edit your private copy of amiga_init.c. Change the line
RELOC(noncontig_enable, u_long) = (flags >> 1) & 3;
to
RELOC(noncontig_enable, u_long) = 0;
then rebuild the kernel. You can install the kernel in a running
system; remember to mv /netbsd /netbsd.old first, and best have
somebody around whom you can direct, per phone, how to boot with
netbsd.old if it fails.
Regards,
Ignatios
Home |
Main Index |
Thread Index |
Old Index