Age | Commit message (Expand) | Author |
---|---|---|
2019-12-31 | split stack into irq, fiq and supervisor stacks; add proper handling of those... | Wojtek Kosior |
2019-12-28 | enter and exit supervisor call (+ fixed jumping to PL0 for the first time - s... | Wojtek Kosior |
2019-12-28 | split kernel into 2 stages; second stage gets copied to 0x0 and runs from there | Wojtek Kosior |
2019-12-26 | improve linking of interrupts | Wojtek Kosior |
2019-12-10 | re-enter system mode on invalid data access from PL0 code | Wojtek Kosior |