diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index 83801e10e7b0..23ba4daa4e89 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 83801e10e7b0..23ba4daa4e89 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: