aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot/biosboot/asm.S
Commit message (Expand)AuthorAgeFilesLines
* Remove the old a.out-only boot loader, we don't use it any more.Peter Wemm2000-03-191-244/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove pbzero(), things we load zero their own bss.Poul-Henning Kamp1997-08-311-35/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Saved 14 bytes by avoiding gas braindamage and 8 bytes by betterBruce Evans1996-03-081-23/+22
* Load %fs with the flat data segment selector while in protected mode.Bruce Evans1996-03-081-3/+7
* Fixed restoring segment descriptors in prot_to_real(). The descriptorsBruce Evans1996-03-081-10/+11
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-251-4/+2
* 1. BOOTSEG and BOOTSTACK are now set from the Makefile, the boot code hasRodney W. Grimes1994-10-061-16/+24
* 1. Completely rewritten Makefile that uses bsd.prog.mk more effectively.Rodney W. Grimes1994-10-021-64/+68
* Conditionalize support for my debugger. This normally saves 304 bytes.Bruce Evans1994-08-301-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-35/+3
* New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel toCharlie Root1993-07-131-0/+292