aboutsummaryrefslogtreecommitdiff
path: root/boot.S
AgeCommit message (Collapse)Author
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 ↵Wojtek Kosior
copy-pasted from wiki osdev)
2019-12-26improve linking of initial boot codeWojtek Kosior
2019-12-26simplify linker script; rely on initially-zero memory to be included in ↵Wojtek Kosior
binary image (no bss zeroing in assembly code)
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); ↵Wojtek Kosior
avoid padding
2019-10-03copy-paste broken code from wiki.osdev; fix it; add MakefileWojtek Kosior