Lines Matching +full:ia32 +full:- +full:3 +full:a
18 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 # processes on amd64 by running wine and mplayer with a 32 bit codec.
32 # This is not a test script, but more of a howto document.
34 [ `uname -p` != "amd64" ] && echo "Must run on amd64" && exit
40 First of all you will need a i386 jail on amd64. This could be build like
48 mount | grep $jail | grep -q devfs && umount $jail/dev
51 chflags -R 0 $jail
52 rm -rf $jail
53 mkdir -p $jail
56 make -j4 TARGET=i386 TARGET_ARCH=i386 DESTDIR=$jail world
59 mount -t devfs devfs $jail/dev
66 - Fetch the Firefox i386 installer. (http://www.mozilla.com)
67 - Fetch a clip for a win32 codec:
74 1) Install wine. For example by "UNAME_m=i386 pkg_add -r wine"
75 3) Run wine on the Firefox installer.
81 "Enable win32 codec set on the IA32 arch".
91 mplayer -vc rv40win -geometry $pos:$pos /root/samples/Real_Media.rm < \