From 8ff8bb3280ac992b3a2d861d506bd834853b3548 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 2 Feb 2018 18:51:55 +0000 Subject: [PATCH] README: note that ppc implementation uses kernel assistance --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fcdb4..2195df0 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ functions that are ABI compatible with glibc. Adding support for new architectures is easy, but you need to know assembly language to do it. -Right now these archs are supported: +Right now these archs are supported and should work on bare metal: * x86 * x86_64 * armv6+ (`arm`) * aarch64 + +These archs require kernel assistance and use a syscall (the only assembly is the trampoline): + * ppc