Introduce arm64 linuxulator stubs
authoremaste <emaste@FreeBSD.org>
Mon, 18 Jun 2018 19:34:34 +0000 (19:34 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 18 Jun 2018 19:34:34 +0000 (19:34 +0000)
commit54a64dc1608c903e7a23538587dc565f20b44ae0
treefa9d79b6efd90bc7a97113b7d07098e7547647af
parent90ed98421e967aa5ee8f93c5554083cbb0537ecd
Introduce arm64 linuxulator stubs

This provides stub implementations of arm64 Linux vdso and machdep,
ptrace, and futex sufficient for executing an arm64 Linux 'hello world'
binary.

Reviewed by: andrew
Sponsored by: Turing Robotic Industries
Differential Revision: https://reviews.freebsd.org/D15832
sys/arm64/linux/linux_locore.s [new file with mode: 0644]
sys/arm64/linux/linux_machdep.c [new file with mode: 0644]
sys/arm64/linux/linux_ptrace.c [new file with mode: 0644]
sys/arm64/linux/linux_support.s [new file with mode: 0644]