]> git.tinc-vpn.org Git - wiki/commitdiff
All architectures supported by Linux and *BSD are supported.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 15:26:01 +0000 (16:26 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 15:26:01 +0000 (16:26 +0100)
Since tinc runs on CPUs with any endianness and word size, it supports all
architectures also supported by Linux and any of the BSD variants. This means
it also runs on embedded systems which are supported by Linux and *BSD.

platforms.mdwn

index 7865a8ee7c9881d3f838730493c8a8e7642c22dd..36ea254c71998b74445c282f4bde6077103f2074 100644 (file)
@@ -5,23 +5,23 @@ will make sure it will work on these in the future as well:
 
 | OS | Architecture | Remarks |
 | -- | ------------ | ------- |
-| Linux    | i386, alpha, sparc, powerpc, x86\_64 | |
-| FreeBSD  | i386, x86\_64 | |
+| Linux    | all | |
+| FreeBSD  | all | |
 | Solaris  | sparc32 | |
-| OpenBSD  | i386, x86\_64 | |
-| NetBSD   | i386 | |
-| Darwin (MacOS/X) | powerpc, i386 | See the [[tinc manual|docs]] for requirements. |
+| OpenBSD  | all | |
+| NetBSD   | all | |
+| Darwin (MacOS/X) | powerpc, i386, x86\_64 | See the [[tinc manual|docs]] for requirements. |
 | Windows (Cygwin) | i386, x86\_64 with tap64 driver | Runs in a Cygwin environment. |
 | Windows (MinGW)  | i386, x86\_64 with tap64 driver | Runs natively under Windows 2000, XP, Vista and Windows 7. May need an updated TAP-Win32 driver to work. |
 
+Since tinc doesn't require a lot of memory, it will also run on embedded devices such as ADSL routers, wireless access points and NAS devices if they support one of the operating systems mentioned above.
+
 We are in the process porting tinc to the following architectures.
 On some it may already work, on others it will not. You can check
 in which stage we are in the table.
 
 | OS | Architecture | Compiles | Runs | Really works | Remarks |
 | -- | ------------ | -------- | ---- | ------------ | ------- |
-| Linux | m68k, mips, mipsel, S/390, SH, HPPA | yes | unknown | unknown | Debian autobuilder binaries. |
-| GNU HURD | i386 | yes | unknown | unknown | Debian has hurd binaries, but probably misses a tun/tap device. |
 | iPhone, iPod touch | arm | yes | yes | yes | Experimental support for these devices is in the [[repository]]. |
 
 On other platform tinc will likely not compile at all. If you do