From owner-freebsd-questions Thu Jul 11 12:34:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA27813 for questions-outgoing; Thu, 11 Jul 1996 12:34:32 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA27807 for ; Thu, 11 Jul 1996 12:34:30 -0700 (PDT) Received: from hobbes.crim.ca (hobbes.crim.ca [132.218.1.154]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id MAA10629 for ; Thu, 11 Jul 1996 12:34:27 -0700 Received: from hobbes.crim.ca (localhost [127.0.0.1]) by hobbes.crim.ca (8.7.5/8.7.5) with ESMTP id PAA21271; Thu, 11 Jul 1996 15:33:04 -0400 (EDT) Message-Id: <199607111933.PAA21271@hobbes.crim.ca> To: Nate Williams cc: freebsd-questions@freebsd.org Subject: Re: kernel malloc question In-reply-to: Your message of "Wed, 10 Jul 1996 14:38:55 MDT." <199607102038.OAA24876@rocky.mt.sri.com> Date: Thu, 11 Jul 1996 15:33:04 -0400 From: Jean-Philippe Belanger Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Since the kernel can't be swapped, why would you want virtual memory? > The driver can't be 'swapped', so virtual buys you nothing. Actually, what I'm doing is trying to write, strictly as an exercise, to write a "ramdisk". Having only 8 megs of ram on my system, I'd like to take advantage of virtual memory. So I know it doesn't ave much of a practical use, but I'd like to know if it's possible, and just how simple (or complicated) it would be. Thanks.