Subject: Re: Booting: a bit off topic
To: None <dguynn@geocities.com, kenh@cmf.nrl.navy.mil>
From: Sean Doran <smd@ebone.net>
List: port-i386
Date: 07/13/1998 23:44:18
| If you want more specifics, you can look at the boot blocks
| (/sys/arch/i386/stand).

Speaking of which, in .../biosboot/main.c on line 216 of
/*      $NetBSD: main.c,v 1.13 1998/03/31 05:29:21 mycroft Exp $        */
one finds this:

/* 
 * note: normally, void main() wouldn't be legal, but this isn't a
 * hosted environment...
 */
int
main()
{
	...

Which I think is funny.

	Sean.