On Fri, Nov 28, 2003 at 03:46:42AM -0800, Terry Lambert wrote:
>FWIW: If FreeBSD wanted to use this approach, the safest way to do
>it would b to split the user and kernel address space mappings; in
>general, this will only mean modifying uiomove/copy{in|out}[str],
>and dealing with the address mapping itself.  This would free up
>the KVA space not available to user space for use in mapping the
>split shared libraries.

This thought has occurred to me (and probably most other people) as a
solution to the KVA shortage in some configurations.  My understanding
was that this was very messy on the iA32 architecture and would add
significantly to system call overheads - though I'd love to be proved
wrong.

Peter
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to