Re: 2.2.18Pre Lan Performance Rocks!

From: Erik Andersen (andersen@codepoet.org)
Date: Tue Oct 31 2000 - 04:25:18 EST


On Mon Oct 30, 2000 at 06:34:55PM +0000, Alan Cox wrote:
>
> See www.uclinux.org; the uclinux guys started a 2.4 port recently. Basically
> the idea is to have a mm-nommu/ directory which implements a mostly compatible
> replacement for the mm layer (obviously stuff like mmap dont work without an
> mmu and fork is odd), and a set of binary loaders to load flat binaries with
> relocations.

mmap works -- you just can't do MAP_PRIVATE. Everything has to be
MAP_SHARED. There is no fork (though vfork works). brk doesn't work,
and things like iopl, ioperm are pointless. etc...

Oh, and when you do malloc something (malloc is mmap based) you
really want to remember to free it, since the system can't clean
up after you,

 -Erik

--
Erik B. Andersen   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:29 EST