Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-03 | add (not yet fully working - it can only send through uart now) ↵ | Wojtek Kosior | |
interrupt-driven uart together with "scheduler" | |||
2019-12-31 | split stack into irq, fiq and supervisor stacks; add proper handling of ↵ | Wojtek Kosior | |
those in interrupt handlers (asm code) | |||
2019-12-31 | don't statically define the unprivileged section (we're going to have many ↵ | Wojtek Kosior | |
dynamically-claimed unprivileged sections) | |||
2019-12-31 | implement basic memory section allocation for processes | Wojtek Kosior | |
2019-12-30 | fix the linking of embedded ramfs | Wojtek Kosior | |
2019-12-28 | split kernel into 2 stages; second stage gets copied to 0x0 and runs from there | Wojtek Kosior | |