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
/
kernel.c
Age
Commit message (
Expand
)
Author
2019-11-09
enable the MMU - a cleaner way (describing registers with bitfield structs an...
Wojtek Kosior
2019-11-09
enable MMU; warning: DO NOT MERGE THIS COMMIT - ONCE I KNOW HOW TO GET THIS W...
Wojtek Kosior
2019-10-22
add processor mode changing
Wojtek Kosior
2019-10-22
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
2019-10-22
check actual 4 bits that indicate paging support (3 were being checed b4)
Wojtek Kosior
2019-10-22
check current execution mode
Wojtek Kosior
2019-10-15
delay greeting message in kernel
Wojtek Kosior
2019-10-08
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
vetch
2019-10-08
Merge remote-tracking branch 'origin' into alice
vetch
2019-10-08
optimize imports
vetch
2019-10-07
remove useless puts("hmmm\n\r")
Wojtek Kosior
2019-10-07
merge paging support checking from bob
Wojtek Kosior
2019-10-07
check paging support in kernel_main()
Wojtek Kosior
2019-10-03
changes in Makefile, modularize kernel
vetch
2019-10-03
copy-paste broken code from wiki.osdev; fix it; add Makefile
Wojtek Kosior