summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/kzipboot
Commit message (Collapse)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Removed bogus padding that wasted 0x500 bytes.bde1995-11-182-14/+12
| | | | | Improved code and comments. Don't do anything except transfer control in the head.o module.
* Fixed scrolling. The bottom line wasn't cleared. This caused thebde1995-11-181-7/+4
| | | | | | | | boot to display "Booting the kernelel...done" instead of "Booting the kernel". Removed save and restore of BIOS memory. kzipped kernels haven't ever overlaid the BIOS memory.
* Part 2 of the overlapping kzip changes.peter1995-10-063-13/+31
| | | | Submitted by: Gary Jones(?) <gj@freefall>
* Killed unnecessary \r.dg1995-09-071-1/+1
|
* Convert \n to \r\n in serial_putchar().bde1995-08-261-0/+2
|
* Clean up compilation warning.pst1995-08-231-2/+2
|
* Install kzip.o with BINMODE=444.joerg1995-08-151-1/+2
| | | | Submitted by: graichen@sirius.physik.fu-berlin.de (Thomas Graichen)
* Remove trailing whitespace.rgrimes1995-05-304-7/+7
|
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
| | | | the first Mb of memory. Makes 4Mb machines more happy.
* Reviewed by: phkbde1995-05-171-1/+1
| | | | | | | serial_putchar() always hung if it was called and the serial port existed, so booting with -h hung when the above bug was fixed. Previously, setting -h did nothing but -h was sometimes the default due to the stack garbage bug.
* Reviewed by: phkbde1995-05-171-0/+2
| | | | | | | Submitted by: DI. Christian Gusenbauer <cg@scotty.edvz.uni-linz.ac.at> The `howto' arg to boot() was not supplied, so it was stack garbage (actually the return address in the boot program). I didn't use the submitted fix.
* The magic code to uncompress a kernel.phk1995-04-158-0/+923
Reviewed by: phk Obtained from: Linux via 386BSD.
OpenPOWER on IntegriCloud