Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling | |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling | |
This is really neat. :^) | |||
2018-11-10 | Merge VGA into VirtualConsole. | Andreas Kling | |
2018-11-10 | Merge Disk namespace into the IDEDiskDevice class. | Andreas Kling | |
2018-10-22 | A lot of hacking: | Andreas Kling | |
- More work on funneling console output through Console. - init() now breaks off into a separate task ASAP. - ..this leaves the "colonel" task as a simple hlt idle loop. - Mask all IRQs on startup (except IRQ2 for slave passthru) - Fix underallocation bug in Task::allocateRegion(). - Remember how many times each Task has been scheduled. The panel and scheduling banner are disabled until I get things working nicely in the (brave) new Console world. | |||
2018-10-17 | Add a PIC::getISR() helper. | Andreas Kling | |
2018-10-16 | If an interrupt comes from the slave PIC, both PICs need an EOI. | 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. |