From owner-cvs-all Thu Oct 1 09:24:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16153 for cvs-all-outgoing; Thu, 1 Oct 1998 09:24:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from friley-185-114.res.iastate.edu (friley-185-114.res.iastate.edu [129.186.185.114]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16126; Thu, 1 Oct 1998 09:24:12 -0700 (PDT) (envelope-from ccsanady@friley-185-114.res.iastate.edu) Received: from friley-185-114.res.iastate.edu (loopback [127.0.0.1]) by friley-185-114.res.iastate.edu (8.9.1/8.9.1) with ESMTP id LAA16011; Thu, 1 Oct 1998 11:23:44 -0500 (CDT) (envelope-from ccsanady@friley-185-114.res.iastate.edu) Message-Id: <199810011623.LAA16011@friley-185-114.res.iastate.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common load_elf.c Makefile.inc In-reply-to: Your message of "Thu, 01 Oct 1998 04:39:11 +0800." <199809302039.EAA14177@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Oct 1998 11:23:44 -0500 From: Chris Csanady Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [ question deleted.. ] >I can't speak for the alpha, but the i386 situation so far is: >- This is a work-in-progress. There are some very rough edges, beware! >- mkdir /boot >- touch /boot/boot.conf # you can put commands here that get run >automatically at boot. THings like "load kernel", "load nfs.o" etc. >- Boot as normally.. At the boot: prompt type: /boot/loader (just like a >normal kernel). >- It starts the BTX mini-kernel and the third stage runs in there with >BIOS access via vm86 mode. (this is really cool :-). Does this mean that we can easily put code in the boot blocks to change the text to a different VGA or VESA mode? This would be really nice. :) I prefer the smaller text, although with the current scheme it switches at a bad time--clobbering lots of boot messages. :( [ info deleted ] Anyways, thanks to those that responded, I appreciate it. Chris