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
/
bootasm.S
Age
Commit message (
Expand
)
Author
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2016-08-10
nits
Robert Morris
2011-09-12
comment nits
Robert Morris
2011-08-26
segment register -> segment descriptor
Robert Morris
2011-08-08
One definition of several macros and constants
Frans Kaashoek
2011-02-19
xv6: formatting, cleanup, rev5 (take 2)
Russ Cox
2010-09-13
change some comments, maybe more informative
Robert Morris
2010-08-05
add some comments
Robert Morris
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
2009-12-01
8ae0 instead of 8e00, thanks yandong
Frans Kaashoek
2009-07-11
bootasm cleanup
Russ Cox
2009-05-31
clean up %fs %gs use
rsc
2009-05-31
sync with c; .text is implied
rsc
2009-03-08
xv6: boot loader adjustments
rsc
2007-09-15
fix comments
rtm
2007-08-28
nits
rsc
2007-08-28
cmain -> bootmain
rsc
2007-08-24
bring bootasm and bootother more in sync
rsc
2007-08-24
Rework comments a bit.
rsc
2007-08-22
better comment
rsc
2006-09-08
shorten
rsc
2006-09-08
some comment changes
kaashoek
2006-09-06
wrap long lines
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-03
remove duplication
kaashoek
2006-09-03
centralize credits
kaashoek
2006-08-29
prune unneeded panics and debug output
rtm
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
2006-06-12
import
rtm