xv6-riscv/kernel
2020-10-04 09:21:03 -04:00
..
bio.c
buf.h
console.c move panicked check to uart.c 2020-08-28 05:51:48 -04:00
date.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
defs.h
elf.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
entry.S
exec.c
fcntl.h
file.c
file.h
fs.c When either_copyin/out fails, return an error from write/read 2020-09-24 13:18:54 -04:00
fs.h FD_DEVICE 2019-06-13 10:29:27 -04:00
kalloc.c
kernel.ld
kernelvec.S ??? 2019-07-26 11:09:54 -04:00
log.c Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache 2019-08-18 14:35:11 -04:00
main.c
memlayout.h Clarify CLINT and PLIC acronym 2020-10-03 10:21:04 -04:00
param.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
pipe.c
plic.c
printf.c move panicked check to uart.c 2020-08-28 05:51:48 -04:00
proc.c
proc.h
ramdisk.c
riscv.h
sleeplock.c Checkpoint switching to per-process locks, in attempt clarify xv6's 2019-07-02 09:14:47 -04:00
sleeplock.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
spinlock.c
spinlock.h nits 2019-07-10 14:54:34 -04:00
start.c
stat.h Make size in stat.h be a uint64 2019-07-04 08:57:23 -04:00
string.c separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
swtch.S separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
syscall.c
syscall.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
sysfile.c
sysproc.c
trampoline.S
trap.c
types.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
uart.c Corrects order of UART RX/TX interrupt enable bits 2020-10-03 16:35:47 -04:00
virtio.h Introduce alloc3_desc and UsedArea to make code easier to read 2019-07-01 08:20:35 -04:00
virtio_disk.c avoid deadlock by disk intr acking interrupt first, then processing ring 2020-10-04 09:21:03 -04:00
vm.c Fix minor typos 2020-10-03 16:35:45 -04:00