Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-29 | Add TIOCGWINSZ ioctl so userland can determine terminal geometry. | Andreas Kling | |
(Don't) use this to implement short-form output in ls. I'm too tired to make a nice column formatting algorithm. I just wanted something concise when I type "ls". | |||
2018-11-09 | Run QEMU with the possibility to attach gdb. | Andreas Kling | |
2018-11-08 | Make it run in QEMU. | Andreas Kling | |
Looks like the problem was the weirdly-sized floppy image file. I guess QEMU was inferring the floppy disk geometry from the image size. | |||
2018-10-17 | Allow running in QEMU with "./run q" | Andreas Kling | |
The kernel doesn't run in QEMU right now and I don't know why. | |||
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. |