Lines Matching full:linux
30 # Bug 230144 - Linux emulator does not work on Ryzen / Epic processors
33 [ -x /compat/linux/bin/date ] || exit 0
34 kldstat | grep -q linux.ko && exit 0
37 kldload linux.ko
38 mount -t linprocfs linprocfs /compat/linux/proc
39 mount -t linsysfs linsysfs /compat/linux/sys
40 mount -t tmpfs -o rw,mode=1777 tmpfs /compat/linux/dev/shm
43 [ -x /compat/linux/bin/bash ] &&
44 /compat/linux/bin/bash -c "/compat/linux/bin/date"
47 umount /compat/linux/dev/shm
49 umount /compat/linux/sys
51 umount /compat/linux/proc
53 kldunload linux.ko