commit 99300c9514991b5374455f282cb73c89378f8a8e
parent 17338bfbb881d7944b6ac975c97941fee6036d1c
Author: sin <sin@2f30.org>
Date: Thu, 27 Feb 2014 16:54:40 +0000
Update README
sbase compiles on minix3 as well.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -40,6 +40,10 @@ Portability
sbase has been compiled on a variety of different operating systems,
including Linux, *BSD, OSX, Haiku, Solaris, SCO OpenServer and others.
+sbase also compiles and runs on minix3 with slight modifications.
+They do not provide mmap()/munmap() so you need to use minix_mmap()
+and minix_munmap() respectively.
+
Various combinations of operating systems and architectures have also
been built.