From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 15:26:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D68F416A4CE for ; Thu, 24 Feb 2005 15:26:57 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E48143D41 for ; Thu, 24 Feb 2005 15:26:57 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1102.wanadoo.fr (SMTP Server) with ESMTP id B75BD1C000B6 for ; Thu, 24 Feb 2005 16:26:56 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1102.wanadoo.fr (SMTP Server) with ESMTP id 8D7E51C000B0 for ; Thu, 24 Feb 2005 16:26:56 +0100 (CET) X-ME-UUID: 20050224152656579.8D7E51C000B0@mwinf1102.wanadoo.fr Date: Thu, 24 Feb 2005 16:26:56 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <821702957.20050224162656@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: <01f701c51a39$46b5e130$6a0270c2@terminator> References: <1132187297.20050223212827@wanadoo.fr> <01f701c51a39$46b5e130$6a0270c2@terminator> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Creating a boot diskette that does nothing but boot from hard disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 15:26:58 -0000 Richard Jansson writes: > If that dont work you can write a program that loads a sector (boot > sector) to your RAM memory and then jump there. Sounds simple but you > musst not forget that you should switch to protected mode from real > mode. I haven't written in assembler in years. I was hoping that maybe I could just copy a boot program from somewhere to somewhere else. After all, the usual boot program on the floppy boots the OS from the floppy, so all one needs to do is change that program to point to the correct hard drive instead. -- Anthony