aboutsummaryrefslogtreecommitdiff
path: root/kernel_stage2.ld
AgeCommit message (Collapse)Author
2020-01-04rearranged files, updated makefilevetch
2020-01-03add (not yet fully working - it can only send through uart now) ↵Wojtek Kosior
interrupt-driven uart together with "scheduler"
2019-12-31split stack into irq, fiq and supervisor stacks; add proper handling of ↵Wojtek Kosior
those in interrupt handlers (asm code)
2019-12-31don't statically define the unprivileged section (we're going to have many ↵Wojtek Kosior
dynamically-claimed unprivileged sections)
2019-12-31implement basic memory section allocation for processesWojtek Kosior
2019-12-30fix the linking of embedded ramfsWojtek Kosior
2019-12-28split kernel into 2 stages; second stage gets copied to 0x0 and runs from thereWojtek Kosior