summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-16 13:06:08 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-16 13:06:08 +0000
commit04e9d836aed7e9404d71215827943b8f46fe1e6c (patch)
tree5fb5c063ec1dfdc3e41bdcf37b57b0ed84f81da0 /sys/i386/boot
parenta735171d1f7cf1d33d7e4eeeb47771c19a201807 (diff)
downloadFreeBSD-src-04e9d836aed7e9404d71215827943b8f46fe1e6c.zip
FreeBSD-src-04e9d836aed7e9404d71215827943b8f46fe1e6c.tar.gz
Changed header from 386BSD BOOT to FreeBSD BOOT.
Diffstat (limited to 'sys/i386/boot')
-rw-r--r--sys/i386/boot/biosboot/boot.c9
-rw-r--r--sys/i386/boot/boot.c9
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index 83801e1..23ba4da 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -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:
diff --git a/sys/i386/boot/boot.c b/sys/i386/boot/boot.c
index 83801e1..23ba4da 100644
--- a/sys/i386/boot/boot.c
+++ b/sys/i386/boot/boot.c
@@ -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:
OpenPOWER on IntegriCloud