aboutsummaryrefslogtreecommitdiff
path: root/boot.S
AgeCommit message (Expand)Author
2019-12-28remain in supervisor modeWojtek Kosior
2019-12-26minor changes to boot codeWojtek Kosior
2019-12-26remove halt loop (not really needed + we want to get rid of pieces of code co...Wojtek Kosior
2019-12-26improve linking of initial boot codeWojtek Kosior
2019-12-26simplify linker script; rely on initially-zero memory to be included in binar...Wojtek Kosior
2019-12-17make things work again on real hw (setting system mode moved to boot.S)Wojtek Kosior
2019-10-08change "aarch32" to "armv7"Wojtek Kosior
2019-10-03don't use blx until we know we need it (use bx for now)Wojtek Kosior
2019-10-03specify load address only in linker script; change it to 0x10000 (for now); a...Wojtek Kosior
2019-10-03copy-paste broken code from wiki.osdev; fix it; add MakefileWojtek Kosior