Changed header from 386BSD BOOT to FreeBSD BOOT.

This commit is contained in:
Rodney W. Grimes 1993-07-16 13:06:08 +00:00
parent 402bc896a4
commit 6d36c167f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129
2 changed files with 14 additions and 4 deletions

View File

@ -29,6 +29,11 @@
/*
* HISTORY
* $Log: boot.c,v $
* Revision 1.2 1993/07/13 18:15:24 root
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
* be loaded above 1MB. Same boot code for floppies now. Speed improvements.
* etc etc etc. (I don't have much history on this, but then have been tested)
*
* Revision 1.8 1993/07/11 12:02:21 andrew
* Fixes from bde, including support for loading @ any MB boundary (e.g. a
* kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
@ -125,11 +130,11 @@ int drive;
int loadflags, currname = 0;
char *t;
printf("\n>> 386BSD BOOT @ 0x%x: %d/%d k of memory [%s]\n",
printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory [%s]\n",
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
"$Revision: 1.8 $");
"$Revision: 1.2 $");
printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart:

View File

@ -29,6 +29,11 @@
/*
* HISTORY
* $Log: boot.c,v $
* Revision 1.2 1993/07/13 18:15:24 root
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
* be loaded above 1MB. Same boot code for floppies now. Speed improvements.
* etc etc etc. (I don't have much history on this, but then have been tested)
*
* Revision 1.8 1993/07/11 12:02:21 andrew
* Fixes from bde, including support for loading @ any MB boundary (e.g. a
* kernel linked for 0xfe100000 will load at the 1MB mark) and read-ahead
@ -125,11 +130,11 @@ int drive;
int loadflags, currname = 0;
char *t;
printf("\n>> 386BSD BOOT @ 0x%x: %d/%d k of memory [%s]\n",
printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory [%s]\n",
ouraddr,
argv[7] = memsize(0),
argv[8] = memsize(1),
"$Revision: 1.8 $");
"$Revision: 1.2 $");
printf("use options hd(1,...... to boot sd0 when wd0 is also installed\n");
gateA20();
loadstart: