blob: 430ee213da3a43c651e72b3d854aaa8ecfebbcd7 [file] [log] [blame]
Zesstra7ea4a032019-11-26 20:11:40 +01001Actively supported and tested architectures:
2- i386
3- x86_64 (work in progress until the release of 3.5.0)
4
5Other architectures can't be tested by us. Many will probably work as well.
6Your mileage may vary, but we encourage you to test it. And please tell us
7about your experiences.
8
9Platforms which require aligned memory access seem to be not used by the users
10of LDMud (e.g. ARM, PowerPC, Sparc). For the sake of code simplicity and/or
11speed some code pieces (bytecode, murmur hash functions) don't care about
12alignment. On these platforms, the driver will probably not work at all right
13now. That can be fixed, but only if needed (there are users) and if the
14potential users support us (e.g. testing).
15