summaryrefslogtreecommitdiff
path: root/Kernel/Boot
AgeCommit message (Expand)Author
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
2019-02-12Bootloader: Bump sector count once again.Andreas Kling
2019-02-06Bootloader: Locate the kernel's data segment and clear it.Andreas Kling
2019-02-06Kernel: Much improved BochsVGA (BXVGA) support.Andreas Kling
2019-01-09Switch into 1024x768x32bpp VESA LFB mode at boot.Andreas Kling
2018-11-10Merge VGA into VirtualConsole.Andreas Kling
2018-10-27Enable A20 line at boot.Andreas Kling
2018-10-27Turn off the floppy drive after the boot loader is finished.Andreas Kling
2018-10-25Remove old DatBuffer class.Andreas Kling
2018-10-21Move post-boot kernel stack pointer to 0x4000.Andreas Kling
2018-10-17Print the contents of motd.txt on boot.Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling