summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/bootinfo.h
AgeCommit message (Expand)Author
2022-08-20x86/bootinfo.h: Add include guard.riastradh
2019-06-21PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib.nonaka
2018-04-13x86: Increase BOOTINFO_MAXSIZE to 8Kib.nonaka
2017-11-09add "prekern" to the string list.christos
2017-10-07Add a new option in libsa, to load dynamic binaries. A separate functionmaxv
2017-02-14x86: add e820 memory type.nonaka
2017-01-24Initial commit of native amd64 EFI boot loader.nonaka
2016-01-28Add support for grub to find the ACPI root table pointer via a bootinfo entrychristos
2013-08-30Add support for using a raw file-system image as memory disk root withjmcneill
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2011-11-28Add support for passing saved entropy (random seed file) to the kerneltls
2011-05-26Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.uebayasi
2011-02-06add BI_MODULE_IMAGE boot module typejmcneill
2009-08-24Pass the VBE mode number from the bootloader to the kernel, and thenjmcneill
2009-02-16Kernel-side modifications for framebuffer console support on i386 and amd64.jmcneill
2008-09-09Remove duplicate definition of "bootinfo" structure.tron
2008-05-02- Give x86 BIOS boot the ability to load new style modules and pass themad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2006-02-03Implement support for 'The Multiboot Specification' so that i386 kernelsjmmv
2005-12-30Add a 'struct bootinfo' to represent the bootinfo structure used in thejmmv
2005-07-06BIOSDISK_EXT13INFO_V3 -> BIOSDISK_EXTINFO_V3junyoung
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-02-04The bootinfo_wedge structure must be packed, or the 32bit alignmentsfvdl
2004-10-23Add support for passing booted wedge information to the kernel.thorpej
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2003-10-27Nuke __P().junyoung
2003-10-08Overhaul MBR handling (part 1):lukem
2003-04-16Add definitions (#defined out) to pass the result of the v3.x biosdsl
2003-02-26Move some files out of i386 into x86, so that they can be shared withfvdl