20.04.2012 06:34, bartolde...@users.sourceforge.net wrote:
> (as done for non-zero base). The only place where the scratch mmap reservation
> is necessary is inside mapshm.c, because mremap doesn't support hint 
> addresses.
...

>     result = alloc_mapping(MAPPING_INIT_LOWRAM, LOWMEM_SIZE + HMASIZE, 0);
> +  result = alias_mapping(MAPPING_INIT_LOWRAM, NULL, LOWMEM_SIZE + HMASIZE,
> +                      PROT_READ | PROT_WRITE | PROT_EXEC, result);
>
Given the above changelog, do you still need 2 mmaps here?

Btw, and what about the rest of the cleanups?

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Dosemu-devel mailing list
Dosemu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dosemu-devel

Reply via email to