From owner-freebsd-hackers Mon Jun 11 15:27: 7 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from artax.karlin.mff.cuni.cz (artax.karlin.mff.cuni.cz [195.113.31.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2B637B403 for ; Mon, 11 Jun 2001 15:27:04 -0700 (PDT) (envelope-from mikulas@artax.karlin.mff.cuni.cz) Received: from localhost (mikulas@localhost) by artax.karlin.mff.cuni.cz (8.9.3/8.9.3/Debian 8.9.3-21) with SMTP id AAA14326 for ; Tue, 12 Jun 2001 00:27:06 +0200 Date: Tue, 12 Jun 2001 00:27:06 +0200 (CEST) From: Mikulas Patocka To: freebsd-hackers@freebsd.org Subject: Patented algorithm in FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Go to http://www.uspto.gov/patft/, search for patent number 5873127, and you will find the description of mapping page table entries into virtual memory via one page directory entry pointing to the page directory itself - exactly what FreeBSD does with PTDPTDI and APTDPTDI entries on i386. (including using alternate space as in get_ptbase() in i386/pmap.c to access page table entries of different processes). Mikulas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message