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
Age
Commit message (
Collapse
)
Author
2006-09-08
wording nit
rsc
2006-09-08
some comment changes
kaashoek
2006-09-08
move ide_intr lower
rsc
2006-09-08
tweak fs.h spacing; add comment
rsc
2006-09-08
make trap fit on one page
rsc
2006-09-08
move growproc up higher
rsc
2006-09-08
++
rsc
2006-09-08
make setjmp fit on one page
rsc
2006-09-08
can break after }; too
rsc
2006-09-08
fix various comments
rsc
2006-09-08
runoff changes
rsc
2006-09-08
quiet
rsc
2006-09-08
stop using fd to name files
rsc
2006-09-07
minor makefile fixes for printing
kaashoek
cut last line of readme so that readme fits on single page
2006-09-07
a bit more structure
kaashoek
2006-09-07
explain how to use
rsc
2006-09-07
new targets bochs and qemu
rsc
2006-09-07
fix tests
rsc
2006-09-07
add copyright notice
kaashoek
2006-09-07
debugging help
rsc
2006-09-07
missing def
rsc
2006-09-07
fix disk bug
rsc
2006-09-07
better comment
rsc
2006-09-07
check preconditions in sched
rsc
2006-09-07
comment memory barriers
rsc
2006-09-07
no recursive interrupts
rsc
2006-09-07
debugging rearrangements
rsc
2006-09-07
debugging prints
rsc
2006-09-07
allow long names again
rsc
2006-09-07
remove bogus test
rsc
2006-09-07
comments
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
check super-long lookups
rsc
2006-09-07
clean namei search loop
rsc
2006-09-07
fix build bug
rsc
2006-09-07
fix pipe bug
rsc
2006-09-07
comments
rsc
2006-09-07
remove fstest
kaashoek
2006-09-07
refactor syscall code
rsc
2006-09-07
more comments
rsc
2006-09-07
fix build
rsc
2006-09-07
one regression test program
kaashoek
2006-09-07
remove _ prefixes
rsc
2006-09-07
comment fixes
rsc
2006-09-07
avoid system binary clashes
rsc
2006-09-07
better page breaks
rsc
2006-09-07
more simplifying
kaashoek
2006-09-07
get precedence of <, >, and | right
kaashoek
simplify
2006-09-07
more defensive programming
rsc
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
[next]