Module Name: src
Committed By: ryo
Date: Sun Nov 28 18:08:51 UTC 2021
Modified Files:
src/share/man/man8: compat_linux.8
Log Message:
aarch64 also now can execute both 32 and 64 bit
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man8/compat_linux.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man8/compat_linux.8
diff -u src/share/man/man8/compat_linux.8:1.45 src/share/man/man8/compat_linux.8:1.46
--- src/share/man/man8/compat_linux.8:1.45 Tue Oct 12 15:25:27 2021
+++ src/share/man/man8/compat_linux.8 Sun Nov 28 18:08:51 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: compat_linux.8,v 1.45 2021/10/12 15:25:27 andvar Exp $
+.\" $NetBSD: compat_linux.8,v 1.46 2021/11/28 18:08:51 ryo Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@@ -42,7 +42,7 @@ This applies to aarch64, alpha, amd64, a
Both the a.out and ELF binary formats are supported.
Most programs should work.
.Nx
-amd64 can execute both 32-bit and 64-bit Linux programs.
+aarch64 and amd64 can execute both 32-bit and 64-bit Linux programs.
Programs that will not work include some that use
i386-specific calls, such as enabling virtual 8086 mode.
Currently, sound is supported through OSSv3 compat.