From: Eric Biggers Date: Tue, 2 Jul 2013 03:16:01 +0000 (-0500) Subject: README: Note that code was tested on ARM X-Git-Tag: v1.5.0~93 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=1872eb4d81f9f4d9840aaf73b370923361539350 README: Note that code was tested on ARM --- diff --git a/README b/README index 618296d9..881833b8 100644 --- a/README +++ b/README @@ -229,7 +229,10 @@ you do not have libntfs-3g 2011-4-12 or later available, you must configure wimlib with --without-ntfs-3g. On FreeBSD, before mounting a WIM you need to load the POSIX message queue module (run `kldload mqueuefs'). -wimlib has not been tested on big-endian CPU architectures. +The code has primarily been tested on x86 and x86_64 CPUs, but it's written to +be portable to other architectures and I've also tested it on ARM. However, +although the code is written to correctly deal with endianness, it has not yet +actually been tested on a big-endian architecture. REFERENCES