aboutsummaryrefslogtreecommitdiff
path: root/psr.h
AgeCommit message (Collapse)Author
2020-01-04rearranged files, updated makefilevetch
2020-01-02Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alicevetch
# Conflicts: # .gitignore # PL0_test.ld # demo_functionality.c # interrupt_vector.S # interrupts.c # kernel.c # memory.h
2020-01-02update, may not work nowvetch
2019-12-31add cpsr-writing functionWojtek Kosior
2019-12-28use ldm instruction instead of libkernel for entering user mode; get rid of ↵Wojtek Kosior
libkernel (no longer needed)
2019-12-17make things work again on real hw (setting system mode moved to boot.S)Wojtek Kosior
2019-11-19guard against multiple-inclusion of headersWojtek Kosior
2019-11-11fix typo in commentWojtek Kosior
2019-11-11describe CPSR using a struct with bitfieldsWojtek Kosior
2019-11-11rename cpsr.h -> psr.hWojtek Kosior