Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
(also increase the number of sectors loaded by the bootloader in the since I just noticed we were at the limit. This is not the ideal way of doing this.) | |||
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 | |
It's a lot crappier than I remembered it. It's gonna need a lot of work. |