aboutsummaryrefslogtreecommitdiff
path: root/demo_functionality.c
AgeCommit message (Expand)Author
2019-12-28use ldm instruction instead of libkernel for entering user mode; get rid of l...Wojtek Kosior
2019-12-28place PL_0_test.img in ramfs instead of embedding it directlyWojtek Kosior
2019-12-26improve linking of interruptsWojtek Kosior
2019-12-24simplify linking of libkernelWojtek Kosior
2019-12-17add missing newline in outputWojtek Kosior
2019-12-17make things work again on real hw (setting system mode moved to boot.S)Wojtek Kosior
2019-12-10re-enter system mode on invalid data access from PL0 codeWojtek Kosior
2019-12-03separate libkernel setus, PL0 code setup and jump to PL0 code into different ...Wojtek Kosior
2019-12-02create a separate library for kernel code that should run in PL0 modeWojtek Kosior
2019-12-02read and write entire volatile struct at once, not it's single fieldsWojtek Kosior
2019-11-19minor editWojtek Kosior
2019-11-19split kernel into more filesWojtek Kosior