summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot
Commit message (Expand)AuthorAgeFilesLines
* 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-307-48/+48
* Now I could finally test this change: bad144 is now relative to thephk1995-05-211-4/+4
* 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
* 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
* Boot block cleanup.joerg1995-04-148-152/+238
* According to a Usenet posting forward to me by Jordan, there'swpaul1995-04-141-1/+7
* Don't install /usr/mdec/bootphk1995-03-281-8/+14
* 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
* Adjust for rearranged slice numbers.bde1995-02-161-2/+4
* Update this a little, though we probably need to either nuke or rename it!jkh1995-02-161-3/+4
* Minor changes and additions to the serial README file.wpaul1995-02-161-20/+35
* Reviewed by: Jordanrich1995-02-151-2/+2
* Get rid of extra []'s and otherwise fix-up boot prompt. Reordereddg1995-01-281-13/+13
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-257-75/+102
* Y.A.B.M (Yet Another Bogus Makefile)jkh1995-01-241-2/+2
* Removed hardcoded definition for RB_SERIAL that I left in my accidentwpaul1995-01-201-2/+2
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-206-54/+472
* Save 16 bytes of data by not explicitly initializing to 0.bde1994-12-301-2/+2
* Insert a hook to initialize the serial port at the beginning ofjoerg1994-12-181-1/+9
* Pass the slice number of the boot device to the kernel in the previouslybde1994-12-184-9/+16
* Implement RB_VERBOSE. This is intended to mean: Print all information whichphk1994-11-261-2/+4
* Boy, was THIS buggered up! Calm the compiler by fixing the obviousjkh1994-11-181-8/+5
* Change the message a little bit...phk1994-11-181-2/+3
* one ) less.phk1994-11-181-2/+2
* Ask the BIOS about the geometry, and tell the kernel about it.phk1994-11-182-7/+20
* Improved the user interface:dg1994-11-073-22/+41
* Change -O2 to -Oache1994-11-051-2/+2
* Expunge the stain I left upon this code. My '/' fix was utterlyjkh1994-10-311-9/+1
* Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while workingrgrimes1994-10-281-3/+3
* Gross hack to make kernel names not starting with '/' start with '/'.jkh1994-10-261-2/+12
* Adjust boot message to conform to reality.jkh1994-10-261-2/+2
* Remove the code for asking for a filesystem floppy. We don't needjkh1994-10-261-23/+2
* Add RB_CONFIG flag.jkh1994-10-261-1/+3
* $DESTDIR missing...phk1994-10-151-3/+3
* Change first CFLAGS+= to CFLAGS= or we got really bad resultsache1994-10-071-2/+2
* 1. BOOTSEG and BOOTSTACK are now set from the Makefile, the boot code hasrgrimes1994-10-064-53/+56
OpenPOWER on IntegriCloud