New -s option. Arranges for the 64-bit alpha checksum to contain within it
an embedded 16-bit sparc checksum and 16-bit sparc magic number. See also: rev 1.16
This commit is contained in:
parent
9ff31ad0f5
commit
add81fb25a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: installboot.c,v 1.17 1999/09/19 03:19:00 ross Exp $ */
|
||||
/* $NetBSD: installboot.c,v 1.18 1999/09/19 04:54:57 ross Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999 Ross Harvey. All rights reserved.
|
||||
|
@ -113,7 +113,9 @@ main(int argc, char **argv)
|
|||
nowrite = 1;
|
||||
break;
|
||||
case 's':
|
||||
/* Magically arrange for the Sun checksum overlay */
|
||||
/*
|
||||
* Sun checksum and magic number overlay
|
||||
*/
|
||||
if (clearflag)
|
||||
goto argdeath;
|
||||
sunflag = 1;
|
||||
|
|
Loading…
Reference in New Issue