From owner-freebsd-hackers Tue Jul 31 14:38:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f195.pav2.hotmail.com [64.4.37.195]) by hub.freebsd.org (Postfix) with ESMTP id 9CB8037B406 for ; Tue, 31 Jul 2001 14:38:55 -0700 (PDT) (envelope-from weiguang_shi@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 31 Jul 2001 14:38:55 -0700 Received: from 129.128.29.128 by pv2fd.pav2.hotmail.msn.com with HTTP; Tue, 31 Jul 2001 21:38:54 GMT X-Originating-IP: [129.128.29.128] From: "Weiguang SHI" To: freebsd-hackers@freebsd.org Subject: address resolution question Date: Tue, 31 Jul 2001 15:38:54 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 31 Jul 2001 21:38:55.0196 (UTC) FILETIME=[32C629C0:01C11A09] 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, I need your help to understand this. In machdep.c, 1451 /* 1452 * map page 1 R/W into the kernel page table so we can use it 1453 * as a buffer. The kernel will unmap this page later. 1454 */ 1455 pte = (pt_entry_t)vtopte(KERNBASE + (1 <