aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
AgeCommit message (Expand)Author
2019-12-28place PL_0_test.img in ramfs instead of embedding it directlyWojtek Kosior
2019-12-26minor changes to boot codeWojtek Kosior
2019-12-26minor changes (comments, whitespace)Wojtek Kosior
2019-12-26improve linking of initial boot codeWojtek Kosior
2019-12-26improve linking of interruptsWojtek Kosior
2019-12-26simplify linker script; rely on initially-zero memory to be included in binar...Wojtek Kosior
2019-12-26fix linking of libkernelWojtek Kosior
2019-12-24simplify linking of libkernelWojtek Kosior
2019-12-10re-enter system mode on invalid data access from PL0 codeWojtek Kosior
2019-12-02create a separate library for kernel code that should run in PL0 modeWojtek Kosior
2019-10-15adjust for rpi-open-firmwareWojtek Kosior
2019-10-11use bootloader in qemuWojtek 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