From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 29 21:29:06 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 0314616A47B for ; Wed, 29 Nov 2006 21:29:06 +0000 (UTC) (envelope-from apanqasem@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16CB43CC8 for ; Wed, 29 Nov 2006 21:28:50 +0000 (GMT) (envelope-from apanqasem@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2257905wxc for ; Wed, 29 Nov 2006 13:28:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:to:message-id:content-type:from:subject:date:x-mailer; b=obg90HP7G4zLKZpWJEPz3gTKj10AonCFQJVlbBIH7aQH/77moSfDU5cyalv+GnbMn0aXIu1dDMMiqHYVHYWsqzNrXopUZUGvUZCOAXTjku5fDsEdPuVK7sNsDotoQlJBOs0H/UZRUpM32K0SDgzEPTL11DggJKeYoWBuJPDD/SY= Received: by 10.70.32.10 with SMTP id f10mr4728304wxf.1164835733536; Wed, 29 Nov 2006 13:28:53 -0800 (PST) Received: from ?128.42.2.60? ( [128.42.2.60]) by mx.google.com with ESMTP id h14sm28218130wxd.2006.11.29.13.28.53; Wed, 29 Nov 2006 13:28:53 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-hackers@freebsd.org Message-Id: <7CDADF43-C278-471F-8F13-FBFA1EBCDF44@gmail.com> From: Apan Qasem Date: Wed, 29 Nov 2006 15:29:27 -0600 X-Mailer: Apple Mail (2.752.2) X-Mailman-Approved-At: Wed, 29 Nov 2006 22:23:25 +0000 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Page Coloring in 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: Wed, 29 Nov 2006 21:29:06 -0000 Does the FreeBSD kernel employ a page coloring algorithm? If so, where can I find information on the heuristics used to color pages? I have looked at Matthew Dillon's description at http:// people.freebsd.org/~nik/article.html-text I was hoping to find something more detailed. Thanks. - Apan