Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109799671
D29288.id85843.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
D29288.id85843.diff
View Options
Index: libexec/rc/rc.d/linux
===================================================================
--- libexec/rc/rc.d/linux
+++ libexec/rc/rc.d/linux
@@ -19,11 +19,17 @@
{
local _emul_path _tmpdir
- load_kld -e 'linux(aout|elf)' linux
case `sysctl -n hw.machine_arch` in
+ aarch64)
+ load_kld -e 'linux64elf' linux64
+ ;;
amd64)
+ load_kld -e 'linux(aout|elf)' linux
load_kld -e 'linux64elf' linux64
;;
+ i386)
+ load_kld -e 'linux(aout|elf)' linux
+ ;;
esac
_emul_path="$(sysctl -n compat.linux.emul_path)"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 4:57 PM (3 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16580534
Default Alt Text
D29288.id85843.diff (533 B)
Attached To
Mode
D29288: Fix the 'linux' rc script on aarch64.
Attached
Detach File
Event Timeline
Log In to Comment