summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Removed bogus padding that wasted 0x500 bytes.bde1995-11-182-14/+12
* Fixed scrolling. The bottom line wasn't cleared. This caused thebde1995-11-181-7/+4
* Close PR misc/75. I thought this was done long time ago...phk1995-11-061-0/+4
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-102-3/+5
* Part 2 of the overlapping kzip changes.peter1995-10-063-13/+31
* Make the netboot more tolerant about the config file.phk1995-10-051-4/+9
* Add comments about the bogus zeroing of the drive number for floppiesbde1995-09-161-3/+17
* Fix recent breakage of non-floppies with 36 sectors/track.bde1995-09-161-3/+9
* When confronted with a drive that says there are 36 sectors/track,nate1995-09-161-2/+5
* Killed unnecessary \r.dg1995-09-071-1/+1
* Cosmetic changes to make a comment more nearly reflect realityjulian1995-09-031-4/+5
* Convert \n to \r\n in serial_putchar().bde1995-08-261-0/+2
* Clean up compilation warning.pst1995-08-231-2/+2
* First part of importing the Japanese `od' driver.joerg1995-08-191-2/+2
* Install kzip.o with BINMODE=444.joerg1995-08-151-1/+2
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
* this avaids the "lineoverflow" which you'll always get at 80 columnjoerg1995-07-221-2/+2
* Reset defaults in case of boot() is looping several times (e.g. thejoerg1995-06-255-17/+21
* 1) Enable boot from root partition which end > cyl 1023, it isn't criminalache1995-06-231-6/+11
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+3
* Remove trailing whitespace.rgrimes1995-05-3017-84/+84
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
* Now I could finally test this change: bad144 is now relative to thephk1995-05-211-4/+4
* Reviewed by: phkbde1995-05-171-1/+1
* Reviewed by: phkbde1995-05-171-0/+2
* Use spc, not spt, DUH! Thanks Bruce!phk1995-05-111-2/+2
* Make disk.c smart enough to handle disk with "OnTrack Disk manager".phk1995-05-081-7/+17
* New and improved version from the author.phk1995-04-2713-590/+691
* Submitted by: bde@freebsd.orgjulian1995-04-211-2/+2
* Make some functions static like they always should have been.bde1995-04-212-56/+62
* Update the pseudo-prototype for serial_putc() to match the actual prototype.bde1995-04-211-2/+2
* Never pass char or short args to functions. This saves 64 bytes ofbde1995-04-211-44/+40
* . Make Poul's boot2 overflow warning less noisy in case the blocksjoerg1995-04-204-16/+29
* Add an option to make it easy to default to the hd1 modejulian1995-04-201-10/+17
* Added a check so compilation fails if the bootblocks are too big.phk1995-04-202-22/+26
* Added -C option to set RB_CDROM, so that we use our cdrom as root.phk1995-04-201-2/+4
* Remove the #ifdef REDUNDANT crud. This could be looked up in CVS byjoerg1995-04-161-57/+14
* Added kzipbootphk1995-04-151-2/+2
* The magic code to uncompress a kernel.phk1995-04-158-0/+923
* "jl" and "jb" doesn't quite do the same thing...phk1995-04-142-3/+3
* Boot block cleanup.joerg1995-04-148-152/+238
* According to a Usenet posting forward to me by Jordan, there'swpaul1995-04-141-1/+7
* Break netboot into device specific versions.martin1995-04-129-74/+1930
* Include <machine/cpufunc.h> to get i/o functions - don't duplicate almostbde1995-04-011-184/+1
* Fix dependencies for netboot.rom. ${OBJS} isn't valid when thebde1995-04-011-1/+3
* Diskless boot support for 3C509.jkh1995-03-317-238/+1435
* Don't install /usr/mdec/bootphk1995-03-283-10/+37
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
* Removed "-D" option and made symbols load all the time. They will bedg1995-03-141-46/+40
* Some people have complained that they were unable to boot thewpaul1995-03-021-4/+24
OpenPOWER on IntegriCloud