From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 29 23:12:54 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1827537B401; Tue, 29 Apr 2003 23:12:54 -0700 (PDT) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3276243FBF; Tue, 29 Apr 2003 23:12:51 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id h4U6Ck4H075845; Wed, 30 Apr 2003 09:12:46 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.12.8p1/8.12.8) id h3U5tqKP006272; Wed, 30 Apr 2003 08:55:52 +0300 (EEST) (envelope-from netch) Date: Wed, 30 Apr 2003 08:55:52 +0300 From: Valentin Nechayev To: John Baldwin Message-ID: <20030430055552.GA6089@iv.nn.kiev.ua> References: <200304112357.BAA02170@faui40p.informatik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-42: On Organization: Dark side of coredump cc: freebsd-hackers@freebsd.org cc: Toerless Eckert Subject: Re: boot2 broken ? (booting from pst fails) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 06:12:54 -0000 Mon, Apr 14, 2003 at 10:36:55, jhb (John Baldwin) wrote about "Re: boot2 broken ? (booting from pst fails)": >> - Do you know wether Linux relies on virtual mode in booting their kernel ? >> because the vendor in my case is officially suporting linux. I guess i >> need to test setting that up and see if i can boot it from the disk. JB> Linux doesn't have a bootloader like FreeBSD. I can mistake but it seems to me GRUB works in protected mode. (Seeing stage2/asm.S in grub-0.92.) If yes, TE can ask vendor to support modern distributions with GRUB ;) -netch-