lol. no, unless you use custom kernel.Wolfi83 said:Hi,
ok thx so i have only to fetch these files and run install.sh ok perfect!!
but thats all? i dont have to do any changes in the kernel?
options COMPAT_FREEBSD32 # Compatible with i386 binaries
Hehe, sure!graudeejs said:Are you use you use amd64?
$ uname -m
COMPAT_FREEBSD32 is in GENERIC (on amd64), I double checked
host# uname -m
amd64
host# uname -a
FreeBSD host.********* 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
host# fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/lib32/*
fetch: No match.
host# fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/lib32/
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/lib32/: File unavailable (e.g., file not found, no access)
# echo CHECKSUM.SHA256 CHECKSUM.MD5 install.sh lib32.a{a,b,c,d,e,f,g,h,i,j,k,l,m} lib32.inf lib32.mtree | xargs -n 1 -I%s fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/8.2-RELEASE/lib32/%s