From owner-freebsd-questions Thu Apr 25 21:20:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.utep.edu (mail.cs.utep.edu [129.108.5.3]) by hub.freebsd.org (Postfix) with ESMTP id 383B537B404 for ; Thu, 25 Apr 2002 21:20:33 -0700 (PDT) Received: from gecko (gecko [129.108.5.51]) by cs.utep.edu (8.11.3/8.11.3) with ESMTP id g3Q4KH424872 for ; Thu, 25 Apr 2002 22:20:17 -0600 (MDT) Date: Thu, 25 Apr 2002 22:20:18 -0600 (MDT) From: X-Sender: To: Subject: boot loader Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I need to know what state the kernel expects the machine to be on entry. I.e what state if any are all the registers to be in. What is the state of memory. are interrupts turned on. What is the state of the rest of the hardware. Is there a reference that specifies this clearly? Going through the loader code is very tedious and its not obvious to me what state the hardware is on when the boot command is called. I would appreciate any info on the subject. JAn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message