fix the comment
This commit is contained in:
parent
3ff44f8429
commit
efa0b5e2f5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: version.c,v 1.6 1998/06/29 20:33:03 gwr Exp $ */
|
||||
/* $NetBSD: version.c,v 1.7 1998/07/01 23:12:42 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
|
||||
@ -7,13 +7,14 @@
|
||||
* machines, with different default kernel names
|
||||
* on each so shared root images are possible.
|
||||
*
|
||||
* 6/98 Both netboot and ufsboot now look first for
|
||||
* "netbsd.sun3" or "netbsd.sun3x" and then
|
||||
* "netbsd" so that boot media can support
|
||||
* both by providing two kernels.
|
||||
* 6/98 Both netboot and ufsboot now look for any of:
|
||||
* { "netbsd", "netbsd.old", "netbsd.$arch" }
|
||||
* where arch=sun3 or arch=sun3x based on the
|
||||
* running machine type. Boot media can support
|
||||
* both sun3 and sun3x by providing two kernels.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "libsa.h"
|
||||
|
||||
char version[] = "$Revision: 1.6 $";
|
||||
char version[] = "$Revision: 1.7 $";
|
||||
|
Loading…
Reference in New Issue
Block a user