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
/
console.c
Age
Commit message (
Expand
)
Author
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-10
printf
kaashoek
2006-08-09
fix test program: don't close before writing
kaashoek
2006-08-09
devsw
kaashoek
2006-07-29
open()
rtm
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
no more cons_putc; real_cons_putc -> cons_putc
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-17
nitpicks
rsc
2006-07-16
add %s to cprintf for cons_puts
rsc
2006-07-16
standardize on #include "foo" not <foo>
rsc
2006-07-16
remove non-idiomatic increment/decrement
rsc
2006-07-16
Attempt to clean up newproc somewhat.
rsc
2006-07-16
New scheduler.
rsc
2006-07-15
no more recursive locks
rtm
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
2006-07-12
no more big kernel lock
rtm
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
2006-06-22
send console output to parallel port
rtm
2006-06-12
import
rtm