aboutsummaryrefslogtreecommitdiff
path: root/interrupts.c
AgeCommit message (Expand)Author
2019-12-30io api reworkWojtek Kosior
2019-12-30implement getchar() and putchar() in terms of supervisor callWojtek Kosior
2019-12-28enter and exit supervisor call (+ fixed jumping to PL0 for the first time - s...Wojtek Kosior
2019-12-28simple interrupt handling functions declarations, without attributesWojtek Kosior
2019-12-28split kernel into 2 stages; second stage gets copied to 0x0 and runs from thereWojtek Kosior
2019-12-26improve linking of interruptsWojtek Kosior
2019-12-10re-enter system mode on invalid data access from PL0 codeWojtek Kosior
2019-11-12add interrupts; add some more content in pipe (commented out for now)vetch
2019-11-12finalize Makefile for writing to rpivetch