Age | Commit message (Expand) | Author |
---|---|---|
2020-01-04 | rearranged files, updated makefile | vetch |
2020-01-03 | fix interrupt enabling/disabling/polling and uart fifo setting to make the io... | Wojtek Kosior |
2020-01-03 | add (not yet fully working - it can only send through uart now) interrupt-dri... | Wojtek Kosior |
2020-01-02 | demo of arm timer irq | Wojtek Kosior |
2019-12-30 | io api rework | Wojtek Kosior |
2019-12-30 | implement getchar() and putchar() in terms of supervisor call | Wojtek Kosior |
2019-12-28 | enter and exit supervisor call (+ fixed jumping to PL0 for the first time - s... | Wojtek Kosior |
2019-12-10 | remove old, unneeded uart_puts() call | Wojtek Kosior |
2019-12-02 | create a separate library for kernel code that should run in PL0 mode | Wojtek Kosior |
2019-11-26 | don't use switch statement with fallthrough | Wojtek Kosior |
2019-11-12 | some ugly instructions (I wouldn't call this code), that switch to PL0 and ch... | Wojtek Kosior |
2019-11-12 | TEST CODE: prepare for switching to PL0 | Wojtek Kosior |