aboutsummaryrefslogtreecommitdiff
path: root/demo_functionality.c
AgeCommit message (Collapse)Author
2019-12-17Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alicevetch
# Conflicts: # Makefile # PL0_test.c # kernel.c # linker.ld
2019-12-10re-enter system mode on invalid data access from PL0 codeWojtek Kosior
2019-12-10Revert "Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice"vetch
This reverts commit 5662aacc5688bba4873367ed9ab51fb83fbd1feb, reversing changes made to b0a6351d52af8bdf6fa9cca0d313df323249a520.
2019-12-03separate libkernel setus, PL0 code setup and jump to PL0 code into different ↵Wojtek Kosior
functions
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