Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |