mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Changed header from 386BSD BOOT to FreeBSD BOOT.
This commit is contained in:
parent
402bc896a4
commit
6d36c167f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user