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
/
bootmain.c
Age
Commit message (
Expand
)
Author
2019-06-05
start at support for multiple CPUs
Robert Morris
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2015-04-03
Disentangle block size from the disk's sector size. Set block size to 1024 t...
Frans Kaashoek
2011-09-04
Make the ELF entry point a physical address
Austin Clements
2011-08-31
move the kernel to 0x80000000
Robert Morris
2011-08-17
bootloader reads into a physical address (not a virtual address)
Frans Kaashoek
2011-08-17
Make elf proghdr fields match what objdump prints
Frans Kaashoek
2011-07-29
Map kernel high
Frans Kaashoek
2011-01-11
make new code like old code
Russ Cox
2010-09-15
Simplify boot loader by removing some JOS'isms
Austin Clements
2009-03-08
xv6: boot loader adjustments
rsc
2007-09-15
fix comments
rtm
2007-08-28
fix offsets
rsc
2007-08-28
more cmain -> bootmain
rsc
2007-08-28
cmain -> bootmain
rsc
2007-08-27
cut bootmain to 1 sheet
rsc
2007-08-24
nits
rsc
2007-08-24
add missing iput() at end of _namei()
rtm
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
2006-09-06
wrap long lines
rsc
2006-09-06
for vs while
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
standarize on unix-like lowercase struct names
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-16
standardize on not using foo_ prefix in struct foo
rsc
2006-07-16
standardize on #include "foo" not <foo>
rsc
2006-06-12
import
rtm