index
:
rpi-MMU-example
master
Simple kernel to present usage of Memory Management Unit, under Raspberry Pi 3B running libre firmware
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linker.ld
Age
Commit message (
Expand
)
Author
2019-12-28
split kernel into 2 stages; second stage gets copied to 0x0 and runs from there
Wojtek Kosior
2019-12-28
correct the notion of PIC in the comment
Wojtek Kosior
2019-12-28
use ldm instruction instead of libkernel for entering user mode; get rid of l...
Wojtek Kosior
2019-12-28
place PL_0_test.img in ramfs instead of embedding it directly
Wojtek Kosior
2019-12-26
minor changes to boot code
Wojtek Kosior
2019-12-26
minor changes (comments, whitespace)
Wojtek Kosior
2019-12-26
improve linking of initial boot code
Wojtek Kosior
2019-12-26
improve linking of interrupts
Wojtek Kosior
2019-12-26
simplify linker script; rely on initially-zero memory to be included in binar...
Wojtek Kosior
2019-12-26
fix linking of libkernel
Wojtek Kosior
2019-12-24
simplify linking of libkernel
Wojtek Kosior
2019-12-10
re-enter system mode on invalid data access from PL0 code
Wojtek Kosior
2019-12-02
create a separate library for kernel code that should run in PL0 mode
Wojtek Kosior
2019-10-15
adjust for rpi-open-firmware
Wojtek Kosior
2019-10-11
use bootloader in qemu
Wojtek Kosior
2019-10-03
specify load address only in linker script; change it to 0x10000 (for now); a...
Wojtek Kosior
2019-10-03
copy-paste broken code from wiki.osdev; fix it; add Makefile
Wojtek Kosior