aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.c
AgeCommit message (Expand)Author
2020-01-04rearranged files, updated makefilevetch
2020-01-03fix interrupt enabling/disabling/polling and uart fifo setting to make the io...Wojtek Kosior
2020-01-03add (not yet fully working - it can only send through uart now) interrupt-dri...Wojtek Kosior
2020-01-02demo of arm timer irqWojtek Kosior
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-10remove old, unneeded uart_puts() callWojtek Kosior
2019-12-02create a separate library for kernel code that should run in PL0 modeWojtek Kosior
2019-11-26don't use switch statement with fallthroughWojtek Kosior
2019-11-12some ugly instructions (I wouldn't call this code), that switch to PL0 and ch...Wojtek Kosior
2019-11-12TEST CODE: prepare for switching to PL0Wojtek Kosior