summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Collapse)AuthorAgeFilesLines
* We don't want shared boot, so -Bstatic added to ld optionsache1993-11-162-4/+4
|
* >From Charles Hannumrgrimes1993-11-132-6/+10
| | | | | | | Change movl %es: -2(reg) to use a subl $2,reg when fixing up the IDT entries for bdb. This seems to be the best way to go. Some day soon #ifdef BDB all of Bruces debugger code.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1629-1117/+66
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Dont just mask the Megabyte, we need all the bits below too,rgrimes1993-10-152-16/+26
| | | | and ELIMITNATE THE 28K BOGOUSITY.
* Fixed the options hd(1,... to be more accurate (removed word options itrgrimes1993-10-112-4/+16
| | | | | | | | | now reads: printf("use hd(1,a)/386bsd to boot sd0 when wd0 is also installed\n"); I know the person wanted more explination, but there is little room in the boot blocks for verbose text!
* Changed the "Insert filesystem floppy" prompt to give the user a choice inchmr1993-10-092-6/+40
| | | | which drive he wants the root file system (A or B).
* Remove the ``loader overlaps bss, kernel must bzero'' printf since thatrgrimes1993-10-082-10/+8
| | | | | | is so often reported as an error condition when it is not. We print the size of things so for those who want to know if this happened they can figure it out from the size information that is printed.
* Changed header from 386BSD BOOT to FreeBSD BOOT.rgrimes1993-07-162-4/+14
|
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel toroot1993-07-1327-213/+3150
| | | | | 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)
* This commit was generated by cvs2svn to compensate for changes in r4,rgrimes1993-06-1215-0/+2716
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-1215-0/+2716
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-1211-0/+1971
OpenPOWER on IntegriCloud