xv6-riscv/kernel
2019-08-19 18:12:19 -04:00
..
bio.c Make pin/unpin explicit 2019-07-30 08:54:43 -04:00
buf.h Track in buf if disk "owns" buffer 2019-07-30 12:53:19 -04:00
console.c
date.h
defs.h Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache 2019-08-18 14:35:11 -04:00
elf.h
entry.S
exec.c
fcntl.h
file.c
file.h
fs.c Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache 2019-08-18 14:35:11 -04:00
fs.h
kalloc.c
kernel.ld
kernelvec.S
log.c Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache 2019-08-18 14:35:11 -04:00
main.c Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache 2019-08-18 14:35:11 -04:00
memlayout.h cut ramdisk 2019-07-30 16:06:00 -04:00
param.h
pipe.c A few now unused DOC 2019-08-19 18:12:19 -04:00
plic.c
printf.c
proc.c A few now unused DOC 2019-08-19 18:12:19 -04:00
proc.h
ramdisk.c
riscv.h
sleeplock.c
sleeplock.h
spinlock.c
spinlock.h
start.c separate out timer init code for clarity 2019-07-28 13:16:49 -04:00
stat.h
string.c
swtch.S
syscall.c syscall lab nits 2019-08-02 11:55:26 -04:00
syscall.h
sysfile.c Merge remote-tracking branch 'origin/master' into riscv 2019-08-19 13:35:47 -04:00
sysproc.c
trampoline.S
trap.c
types.h
uart.c
virtio.h
virtio_disk.c Wrap state of disk driver in a struct so that it is easier to support 2019-08-12 07:20:32 -04:00
vm.c