Port-atari archive

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

Re: atari sysinst.fs overflow again



On Nov 20,  1:58pm, randomdross00%gmail.com@localhost (David Ross) wrote:
-- Subject: Re: atari sysinst.fs overflow again

| Let me know and I can test any proposed changes on my TT030.
| 

all the sysctls to find the root device can be deleted and
the 'mount -u ${rootdev} /' can be changed to 'mount -u /'
or 'mount -u /kern/rootdev /'. All the atari kernels seem
to have kernfs.

Then to find the disks one can:

    sed -n -e 's/\(^[ws]d[0-9]\) at/\1/p' /kern/msgbuf

christos


Home | Main Index | Thread Index | Old Index