README: note that ppc implementation uses kernel assistance
parent
f3fe8ea781
commit
8ff8bb3280
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue