386bsd -> bsd for kernel name, and kill weird binary...
This commit is contained in:
parent
001605b441
commit
d49f6418c3
@ -58,7 +58,10 @@ static char sccsid[] = "from:@(#)boot.c 7.3 (Berkeley) 5/4/91";
|
||||
* or if an error is encounter, try alternate files.
|
||||
*/
|
||||
|
||||
char *files[] = { "386bsd", "386bsd.alt", "386bsd.old", "boot" , "vmunix", 0};
|
||||
char *files[] = { "bsd", "obsd", "bsd.old",
|
||||
"386bsd", "o386bsd", "386bsd.old",
|
||||
"vmunix", "ovmunix", "vmunix.old",
|
||||
"boot", 0};
|
||||
int retry = 0;
|
||||
extern struct disklabel disklabel;
|
||||
extern int bootdev, cyloffset;
|
||||
|
@ -62,7 +62,7 @@
|
||||
|
||||
/* mumbo-jumbo to pacify DOS, in the hope of getting diskcopy to work */
|
||||
jmp 1f
|
||||
.asciz "386BSD "
|
||||
.asciz "NetBSD "
|
||||
.byte 1 # sectors per allocation
|
||||
.word 15 # additional sectors for bootstrap
|
||||
.word 0 # number of DOS fat sectors
|
||||
|
Loading…
Reference in New Issue
Block a user