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
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-06
gdb backtraces: -ggdb, -fno-omit-frame-pointer, BSIZE=1024
Robert Morris
2019-06-05
push_off() and pop_off() in myproc()
Robert Morris
2019-06-04
fix exec argc
Robert Morris
2019-06-04
support read() and write() bigger than one page
Robert Morris
2019-06-03
console input and sbrk
Robert Morris
2019-06-01
first shell prints $ prompt, though no console input yet
Robert Morris
2019-05-31
fork/wait/exit work
Robert Morris
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2017-08-09
Commit to running on an SMP (perhaps with only 1 core). Remove most code
Frans Kaashoek
2017-02-01
A tiny bit of clean up (e.g., move code searching cpu array from lapic.c into
Frans Kaashoek
2017-02-01
use panic
Frans Kaashoek
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
2016-09-11
Replace I_BUSY with sleep locks
Frans Kaashoek
2016-09-02
Fix a few lines that runoff is complaining about that they are too long
Frans Kaashoek
2016-09-02
APIC IDs may not be consecutive and start from zero, so we cannot really use it
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2015-11-15
nits
Frans Kaashoek
2015-11-15
Remove console input.lock
Nathaniel Wesley Filardo
2015-11-15
Add sanity check panic for CRTC interactions
Nathaniel Wesley Filardo
2011-09-07
Remove unused 'state' variable that broke the build in recent gcc's
Austin Clements
2011-09-02
Fix same wonky pagebreak bug in console.c
Austin Clements
2011-07-29
Map kernel high
Frans Kaashoek
2011-02-28
fixes from Peter Froehlich
Russ Cox
2011-01-11
make new code like old code
Russ Cox
2010-09-02
Get consoleintr back on one page
Austin Clements
2010-09-02
Get cgaputc and consputc back on the same page
Austin Clements
2010-09-01
Space police
Austin Clements
2010-09-01
Tab police
Austin Clements
2009-09-30
Handle backspace on serial input and output better. Better solutions are wel...
Austin Clements
2009-09-20
Hack to make newlines on the serial port work
Austin Clements
2009-08-30
assorted fixes:
Russ Cox
2009-08-08
shuffle and tweak for formatting.
Russ Cox
2009-05-31
group locks into structs they protect.
rsc
2009-05-31
Add serial port input/output.
rsc
2009-03-08
be consistent: no underscores in function names
rsc
2008-10-12
minor cleanup
kolya
2008-08-22
clean up circular buffers, so pipe can queue 512 bytes rather than 511
kolya
2008-08-21
fix obvious printf nits after reading through code
kolya
2007-09-27
nit
rsc
2007-09-27
use console lock
rsc
2007-08-30
make new Homework 8 work
rtm
2007-08-30
oops - broke circular buffer
rsc
2007-08-28
comments; rename irq_ to pic_
rsc
2007-08-28
spaces around else for rtm
rsc
2007-08-28
more consistent spacing
rsc
2007-08-28
nits
rsc
2007-08-28
Change dev read/write functions
rsc
2007-08-28
avoid double echo
rsc
2007-08-28
oops
rsc
[next]