README: note that ppc implementation uses kernel assistance

pull/10/head
William Pitcock 2018-02-02 18:51:55 +00:00
parent f3fe8ea781
commit 8ff8bb3280
1 changed files with 4 additions and 1 deletions

View File

@ -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. 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
* x86_64 * x86_64
* armv6+ (`arm`) * armv6+ (`arm`)
* aarch64 * aarch64
These archs require kernel assistance and use a syscall (the only assembly is the trampoline):
* ppc * ppc