Port-sun3 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Kernel config for Sun 3/50



On Jan 20, 2023, at 9:11 PM, Trent McNair <tmcnair%gmail.com@localhost> wrote:
> 
> I commented out the kernel size check code and built a minimal kernel,
> it does boot and tries to go into single-user mode but only after a
> very long time . After that, things start crashing, complaining about
> swap space. I'm not sure at what point in the boot sequence the swap
> gets activated, but I don't see any indication on my NFS server that
> the swap file is mounted or accessed. I tried swapctl -A from the
> shell prompt but that crashed as well. I've attached a boot log below.

One thing I've done when booting minimal-memory systems (such as an HP 9000-332 with 8MB) is put attaching a swap file at the very top of /etc/rc, because I was seeing the attempt to execute rc failing due to lack of memory. Normally swap is attached towards the middle or end of /etc/rc, from what I recall anyway.

  -- Chris



Home | Main Index | Thread Index | Old Index