summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/bootinfo.h
AgeCommit message (Expand)Author
2003-02-26Redirect some includes to x86/foo.hfvdl
2003-02-23For x86_64, split the bootinfo memory entry words to avoid growth of thefvdl
2002-12-28The correct way to decorate objects with attributes is to use __attribute__kristerw
2002-11-30Make biosgeom struct packed, so that it works out on x86_64.fvdl
2002-11-29Think before committing.. previous wasn't actually needed, the values arefvdl
2002-11-29Use long for ssym and esym in btinfo_symtab, so that it works out forfvdl
2000-06-02Actually define the ACPI memory map entry (bi_memmap_entry).thorpej
1999-03-12Clean up the BIOS disk matching code a bit (better naming, one structurefvdl
1999-03-10Create a list of native disks too, and make it retrievable. It containsfvdl
1999-03-08add a definition to pass the "memory map", ie the outcome of INT15/0xe820,drochner
1999-03-08Add some fields to the already defined, but unused, bootinfo structurefvdl
1999-01-28Add btinfo_symtab, to pass symbol table information.christos
1999-01-27Use the MI <sys/disklabel_mbr.h>, not our own machine-dependentthorpej
1997-09-20Data structures passed from the boot loader to the kernel.drochner