On Tue, 19 Feb 2002, Mihail Ionescu wrote:
> I am currently working on the porting of some programs from Solaris to
> Linux. The main problem I have is that the original programs heavily use
> mmap in order to access very big files (more than 4GB) (since it is a
> 64 bits operating system), but on Linux mmap will fail. Is there any clean
> way to solve this problem?
You could use a machine with 64 bits of address space.
Linux on Intel hardware cannot mmap() more than about
2 GB per process since the hardware doesn't support
more.
regards,
Rik
-- "Linux holds advantages over the single-vendor commercial OS" -- Microsoft's "Competing with Linux" documenthttp://www.surriel.com/ http://distro.conectiva.com/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:22 EST