aboutsummaryrefslogtreecommitdiff
path: root/memory.h
AgeCommit message (Expand)Author
2019-12-28split kernel into 2 stages; second stage gets copied to 0x0 and runs from thereWojtek Kosior
2019-12-28clean-up memory.hWojtek Kosior
2019-12-28use ldm instruction instead of libkernel for entering user mode; get rid of l...Wojtek 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-11-19bugfix - properly compute section addressWojtek Kosior
2019-11-19split kernel into more filesWojtek Kosior