From owner-freebsd-questions@FreeBSD.ORG Sat Dec 22 09:33:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0922D16A41B for ; Sat, 22 Dec 2007 09:33:10 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (muon.bluestop.org [IPv6:2001:41c8:1:548a::2]) by mx1.freebsd.org (Postfix) with ESMTP id A834913C46B for ; Sat, 22 Dec 2007 09:33:09 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from tau.draftnet (unknown [IPv6:2a01:348:10f:0:240:f4ff:fe57:9871]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTP id A536D3015A for ; Sat, 22 Dec 2007 09:33:04 +0000 (GMT) Message-ID: <476CD9C9.3090101@cran.org.uk> Date: Sat, 22 Dec 2007 09:32:57 +0000 From: Bruce Cran User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <70f41ba20712211547g74a6a4b0tf08fec8125739a08@mail.gmail.com> In-Reply-To: <70f41ba20712211547g74a6a4b0tf08fec8125739a08@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: amd64 native boot loader? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 09:33:10 -0000 snowcrash+freebsd wrote: > hi, > > i've FBSD/amd64 62Rp9 installed. kernel & world are my own builds > from latest cvsup. > > on boot I see: > > "FreeBSD/i386 bootstrap loader" > > odd. i'd expect a native loader ... > > checking in, > > /usr/src/sys/boot > ls > Makefile alpha/ arm/ efi/ forth/ ia64/ pc98/ > sparc64/ > README arc/ common/ ficl/ i386/ ofw/ powerpc/ > > other arches seem to be there ... just not amd64. > > where's the src for the amd64? > > AMD64 CPUs are backwards compatible with i386; they boot in 16-bit real mode and only get switched into 64-bit 'long mode' by the kernel later on. Since both i386 and amd64 start booting in the same way, there's no need for separate bootloaders. -- Bruce