From owner-freebsd-hackers Wed Jul 7 18:38: 0 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 0989114D75; Wed, 7 Jul 1999 18:37:49 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id SAA95818; Wed, 7 Jul 1999 18:37:35 -0700 (PDT) (envelope-from dillon) Date: Wed, 7 Jul 1999 18:37:35 -0700 (PDT) From: Matthew Dillon Message-Id: <199907080137.SAA95818@apollo.backplane.com> To: Greg Lehey Cc: Peter Jeremy , freebsd-current@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Bursting at the seams (was: Heh heh, humorous lockup) References: <99Jul8.090830est.40363@border.alcanet.com.au> <19990708110446.P2340@freebie.lemis.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Why not put the kernel in a different address space? IIRC there's no :absolute requirement for the kernel and userland to be in the same :address space, and that way we would have 4 GB for each. : :Greg No, the syscall overhead is way too high if we have to mess with MMU context. This would work fine on certain cpus with hardware PID support, such as the MIPS, but the entire TLB is wiped when you change the mmu context on an Intel cpu. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message