[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] FreeMiNT 1.15.10b
Morning!
I have had no luck using the 040 version on my AB :-(
It stops at the 'NEWFATFS' message.
My mint.cnf is below, if that helps. I may be doing some unsupported
things... ;-)
I like the new boot-menu, and especially the integrated ram-disk...
Good work!
Salut/.
J/.
*+* start mint.cnf *+*
SLICES=2
SECURELEVEL=0
#MAXMEM=4096
DEBUG_LEVEL=1
DEBUG_DEVNO=2
#PRN=/e/debug.txt
FASTLOAD=YES
CACHE = 1024
NEWFATFS=A,C,D,E,F
#VFAT=A
HIDE_B=Y
cd u:\
#
# Hide TOS drives from normal listings
#
ren u:/a /.a
ren u:/b /.b
ren u:/c /boot
ren u:/d /.d
ren u:/e /.e
ren u:/f /.f
ren u:/g /.g
ren u:/h /.h
ren u:/i /.i
ren u:/j /.j
ren u:/ram /tmp
ren u:/k /zip100
ren u:/l /cdrw
ren u:/m /cdrom
#
# Set up symbolic links on drive /u
#
sln /.j/bin /bin
sln /.j/sbin /sbin
sln /.j/etc /etc
sln /.g/home /home
sln /.j/usr /usr
#sln /.h/tmp /tmp
sln /.j/var /var
sln /.j/lib /lib
sln /.j/opt /opt
sln /.j/mnt /mnt
sln /.j/root /root
#
# For Miniwin & wlogin
#
sln /pipe/pty.A /dev/pty.A
sln /pipe/pty.B /dev/pty.B
sln /pipe/pty.C /dev/pty.C
sln /pipe/pty.D /dev/pty.D
sln /pipe/pty.E /dev/pty.E
sln /pipe/pty.F /dev/pty.F
sln /pipe/pty.G /dev/pty.G
sln /pipe/pty.H /dev/pty.H
sln /pipe/pty.I /dev/pty.I
sln /pipe/pty.J /dev/pty.J
sln /pipe/pty.K /dev/pty.K
include /boot/mint/variable.cnf
exec /boot/auto/68882.prx
#exec /boot/auto/videlity.prx
exec /boot/mint/bin/sh.ttp /boot/mint/bin/fscheck.sh
exec /sbin/tzinit --utc
INIT=/boot/mint/init.prg
*+* end mint.cnf *+*