From owner-freebsd-hackers Fri Nov 8 07:14:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10140 for hackers-outgoing; Fri, 8 Nov 1996 07:14:46 -0800 (PST) Received: from conviction.CS.Berkeley.EDU (conviction.CS.Berkeley.EDU [128.32.33.103]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA10131 for ; Fri, 8 Nov 1996 07:14:40 -0800 (PST) Received: from conviction.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by conviction.CS.Berkeley.EDU (8.8.2/8.8.2) with ESMTP id HAA17745; Fri, 8 Nov 1996 07:14:04 -0800 (PST) Message-Id: <199611081514.HAA17745@conviction.CS.Berkeley.EDU> X-Mailer: exmh version 1.6.9 8/22/96 To: Julian Assange cc: freebsd-hackers@freebsd.org Subject: Re: grub In-reply-to: Your message of "Fri, 01 Nov 1996 22:09:09 +1100." <199611011109.WAA24746@suburbia.net> From: bmah@cs.berkeley.edu (Bruce A. Mah) Reply-to: bmah@cs.berkeley.edu X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Nov 1996 07:14:04 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Julian Assange writes: > > http://uruk.uruk.org/grub > > A fine replacement for the current boot loader, with strong bsd > support. /usr/src/contrib? This is kind of nifty, with only two problems I can see: 1. The FreeBSD version of GAS is too old to assemble one of the .S files. Maybe it's not a showstopper because the grub distribution comes with a set of binaries, but it certainly made for some head-scratching as I was trying to make a couple of changes (see below). 2. It doesn't currently support any analog to BOOT_HD_BIAS in the FreeBSD boot loader. I've hacked up something simple, will send it back to erich@uruk.org when I've tested it a bit. Bruce.