From 1872eb4d81f9f4d9840aaf73b370923361539350 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 1 Jul 2013 22:16:01 -0500 Subject: [PATCH 1/1] README: Note that code was tested on ARM --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0