summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYaroslav Kolomiiets <yarikos@gmail.com>2017-02-27 17:23:28 +0200
committerYaroslav Kolomiiets <yarikos@gmail.com>2017-02-27 17:23:28 +0200
commit7ef44d652ae9e5e1f5b3465d73684e4a54de73c0 (patch)
tree2c76cd7d21332631439d1dc60d87cb66fd47db34 /README.md
parentfd29964f362afd85503d5f005122cedf030c6aa1 (diff)
add AIX/power port
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84be1156..4d2949f2 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@ The use of a high-level language and virtual machine is sensible but mundane. Th
The system can be used to build portable client and server applications. It makes it straightforward to build lean applications that share all manner of resources over a network, without the cruft of much of the 'Grid' software one sees.
-Inferno can run 'native' on various ARM, PowerPC, SPARC and x86 platforms but also 'hosted', under an existing operating system (including FreeBSD, Irix, Linux, MacOS X, Plan 9, and Solaris), again on various processor types.
+Inferno can run 'native' on various ARM, PowerPC, SPARC and x86 platforms but also 'hosted', under an existing operating system (including AIX, FreeBSD, Irix, Linux, MacOS X, Plan 9, and Solaris), again on various processor types.
This Bitbucket project includes source for the basic applications, Inferno itself (hosted and native), all supporting software, including the native compiler suite, essential executables and supporting files.