aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/bootinfo.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* i386: Make boot loader smaller by reducing size of bootinfoWarner Losh2022-09-161-12/+3
* i386: Mark the obsolete fields in bootinfo with _was_Warner Losh2022-09-161-12/+12
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* i386 bootinfo: re-arrange EFI fields for natural alignment and packingAndriy Gapon2012-05-131-4/+4
* Add EFI boot info fields.Rui Paulo2010-04-071-0/+7
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousJohn Baldwin2007-10-241-12/+6
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-0/+44
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove the bi_vesa field, as vesa modeswitching is no longer performedMike Smith1998-10-011-2/+2
* Pass the BIOS unit number from which the kernel/loader was obtained inMike Smith1998-10-011-2/+2
* Add extra bootinfo fields for the three-stage bootloader; the end of theMike Smith1998-09-141-1/+5
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-07-111-15/+15
* Add support for booting in VESA 0x102 videomode. Corresponding patches toPoul-Henning Kamp1997-07-311-2/+3
* 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
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-251-10/+29
* Declare the bootinfo structure in the kernel.Poul-Henning Kamp1994-11-181-1/+4
* Add space for the bios-geometry in the bootinfo struct.Poul-Henning Kamp1994-11-181-1/+4
* 1. bootinfo.h defines the structure passed in to the kernel by theRodney W. Grimes1994-10-061-0/+44