aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/image
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[ucode] Add support for updating x86 microcodeMichael Brown1-0/+798
2023-05-05[image] Allow for images to be hidden from lists of all imagesMichael Brown2-0/+8
2023-03-07[image] Always unregister currently executing imageMichael Brown2-12/+0
2023-02-14[image] Check delimiters when parsing command-line key-value argumentsMichael Brown1-21/+16
2022-10-27[bzimage] Fix parsing of "vga=..." when not at end of command linevgafixMichael Brown1-4/+10
2021-05-21[cpio] Split out bzImage initrd CPIO header constructionMichael Brown2-49/+4
2021-02-18[initrd] Allow for zero-length initrd filesMichael Brown1-6/+6
2020-07-27[comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov1-1/+1
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2017-03-29[build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown1-0/+2
2016-10-29[bzimage] Fix page alignment of initrd imagesMichael Brown1-3/+5
2016-07-03[pxe] Disable interrupts on the PIC before starting NBPMichael Brown1-0/+5
2016-04-15[comboot] Support COMBOOT in 64-bit buildsMichael Brown2-0/+635
2016-02-18[bios] Make uses of REAL_CODE() and PHYS_CODE() 64-bit cleanMichael Brown1-2/+2
2016-02-16[bios] Add bin-x86_64-pcbios build platformMichael Brown8-0/+2492