Touch the $Revision$ string to cause a cvs revision update of the boot

code (ie, should now print Revision 1.13).
This commit is contained in:
Rodney W. Grimes 1994-06-14 07:31:42 +00:00
parent e189281415
commit f2009cbfdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1717
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
* $Id: boot.c,v 1.11 1994/05/01 03:53:29 martin Exp $
* $Id: boot.c,v 1.12 1994/05/30 05:23:53 ache Exp $
*/
@ -75,7 +75,7 @@ int drive;
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
"$Revision: 1.11 $");
"$Revision: 1.13 $");
printf("use hd(1,a)/386bsd to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart:

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
* $Id: boot.c,v 1.11 1994/05/01 03:53:29 martin Exp $
* $Id: boot.c,v 1.12 1994/05/30 05:23:53 ache Exp $
*/
@ -75,7 +75,7 @@ int drive;
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
"$Revision: 1.11 $");
"$Revision: 1.13 $");
printf("use hd(1,a)/386bsd to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart: