Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 May 1997 13:11:14 -0700
From:      Julian Elischer <julian@whistle.com>
To:        hackers@freebsd.org
Subject:   [HOWTO]Applixware (4.3), Linux emulation (2.2 22 APRIL SNAP)
Message-ID:  <336E3EE2.61133CF4@whistle.com>

next in thread | raw e-mail | index | archive | help
Just a success report.
We did EXACTLY the following with a linux box and a FreeBSD box.
The linux LKM and the kernel  must be in sync, recompile 
both at the same time!



rlogin linbox
vi /etc/exports
add:
/opt (insecure)
exit vi:
exportfs -a

#make sure nfs is running..
/etc/rc.d/init.d/nfs stop
/etc/rc.d/init.d/nfs start
exit

(now on BSD box:)
mkdir /opt
mount linbox:/opt /opt

#check the nfs is working
ls /opt

#load the linux lkm
linux

#get the libs ready
cd /ports/emulators/linux_lib
make
make install

setenv DISPLAY :0.0
/opt/applix/applix

this should return as it backgrounds itself.


julian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?336E3EE2.61133CF4>