index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
entry.S
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-05
start at support for multiple CPUs
Robert Morris
2019-05-31
fork/wait/exit work
Robert Morris
2018-10-04
Oops, didn't commit these changes with last commit
Frans Kaashoek
2018-10-03
Switch back bpmain back to main
Frans Kaashoek
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2016-08-10
even more explicit that entry.S is linked into kernel, unlike bootasm.S.
Robert Morris
2011-09-13
more regular kmap[] and description
Robert Morris
2011-09-04
Make the ELF entry point a physical address
Austin Clements
2011-09-01
Have one definition of kernel stack size
Frans Kaashoek
2011-09-01
fix usertests to correctly test what happens when you call
Robert Morris
2011-08-31
simplify the end of entry.S
Robert Morris
2011-08-30
enterpgdir -> entrypgdir
Robert Morris
2011-08-15
Avoid "boot" in xv6
Frans Kaashoek
2011-08-15
Use 4Mbyte pages during boot
Frans Kaashoek
2011-08-15
Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ...
Frans Kaashoek