Turn on -DNO_RAMFILES for Linux. At first sight we might think we could use liblinuxcompat's funopen-alike, but we can't; the Linux libc's seek cookies are magic structs, so we can't implement a sane seek function. liblinuxcompat's funopen emulation doesn't support seeks as a result. And halign needs to seek.