cp /usr/lib/<compiler stuff> to /lib when on ramdisk;
make a /usr/log (to store logfile there, instead of /var/log).
For help with MINIX 3 and discussion about it, please subscribe to the
newsgroup: comp.os.minix.
-MINIX 3 supports virtual terminals. Hit ALT+F2, ALT+F3 etc. to
-see them.
+MINIX 3 supports virtual terminals. Hit ALT+F2, ALT+F3 etc. to see them.
755 bin operator /usr/src
1777 root operator /usr/tmp
755 root operator /var
-755 root operator /var/log
+755 root operator /usr/log
755 root operator /var/run
# Remove boot-only things to make space,
# unless booting from CD, in which case we need them.
rm -rf /boot
+ # put the compiler on ram
+ cp /usr/lib/em* /usr/lib/cpp* /lib
esac
# Things should be alright now.