From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 2 23:38:35 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C51C16A417 for ; Sat, 2 Dec 2006 23:38:35 +0000 (UTC) (envelope-from bsd.devil@gmail.com) Received: from nz-out-0102.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0BC43CA3 for ; Sat, 2 Dec 2006 23:38:11 +0000 (GMT) (envelope-from bsd.devil@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so1650746nzh for ; Sat, 02 Dec 2006 15:38:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Wm7gU4b2wpt9jr/ye+hy0/t5x5fJAsEGfgwym2RSmulv2/jMCjrsO5FAUOVAe/v4DEdLuOwBM1F9dc6oAr+/WFvkv2C2cZC4UNCHgd2ePmM/us1DI6rXPS+LeiZoZIv0m1paBrvF68bxXjnpQhpAY3XjVHzX6kcC8H4k7pRb+K8= Received: by 10.65.235.7 with SMTP id m7mr10193269qbr.1165102713922; Sat, 02 Dec 2006 15:38:33 -0800 (PST) Received: by 10.65.249.17 with HTTP; Sat, 2 Dec 2006 15:38:33 -0800 (PST) Message-ID: Date: Sat, 2 Dec 2006 18:38:33 -0500 From: "Vishal Patil" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: BootCache for FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 23:38:35 -0000 Is anyone working on the idea of implementing BootCache for FreeBSD? MacOS has this idea implemented http://www.osxbook.com/book/bonus/misc/optimizations and I was wondering if FreeBSD had such an implementation. I think it would be especially usefull for laptops and desktops with slow drives that run FreeBSD. - Vishal