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