summaryrefslogtreecommitdiff
path: root/Kernel/Boot/boot.S
AgeCommit message (Expand)Author
2019-10-20Kernel: Move Boot/ into Arch/i386/Boot (#667)Tidux
2019-09-21Boot: Bump our requested resolution to 1280x1024Andreas Kling
2019-08-18Kernel: Implement generic VGA device using multiboot infoConrad Pankoff
2019-06-02Kernel: Make better use of the multiboot info.Andreas Kling
2019-05-18Kernel: Pass ELF program header locations from multiboot to kernel.Andreas Kling
2019-05-17Kernel: Clear the X86 direction flag (DF) in the boot loader.Andreas Kling
2019-04-01Kernel: Use a multiboot header instead of a convoluted two-part bootloader.Andreas Kling