From b48e1a62ee3af5612e06a6d1b0ef823ac96d884b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 21 Apr 2022 08:49:28 +0300 Subject: [PATCH] [doc] add binfmt_misc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb29aa..a93c07f 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ The tests are running (CId) on linux-amd64, and are assuming the kernel is configured to run arm64 binaries. There are two reasonably convenient ways to configure arm64 emulation: - `$ apt install qemu-user-static binfmt-support`; this should correctly setup - `binfmt_misc`. + [`binfmt_misc`][binfmt_misc]. - `$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes`. ## Transient docker environment @@ -394,6 +394,7 @@ the issues promptly. [^1]: a [mathematical subset][subset]: both can be equal. +[binfmt_misc]: https://en.wikipedia.org/wiki/Binfmt_misc [mailing-list]: https://lists.sr.ht/~motiejus/bazel-zig-cc [ajbouh]: https://github.com/ajbouh/bazel-zig-cc/ [git-send-email]: https://git-send-email.io/