xv6-riscv/kernel
2022-08-10 06:41:00 -04:00
..
bio.c
buf.h
console.c
date.h
defs.h put walk() in defs.h so it's clear students can call it 2022-08-10 06:41:00 -04:00
elf.h
entry.S comment nits 2022-08-09 14:17:46 -04:00
exec.c comment nits 2022-08-10 06:00:40 -04:00
fcntl.h
file.c
file.h
fs.c tolerate running out of disk blocks 2022-08-10 06:13:52 -04:00
fs.h
kalloc.c fix 'kfree' comment in kalloc.c 2022-08-09 20:29:38 -04:00
kernel.ld
kernelvec.S comment nits 2022-08-09 14:17:46 -04:00
log.c
main.c
memlayout.h
param.h
pipe.c
plic.c nothing much 2022-08-09 15:11:25 -04:00
printf.c Added missing va_end(). 2022-08-09 20:20:32 -04:00
proc.c nothing much 2022-08-09 15:11:25 -04:00
proc.h sscratch cleanup 2022-08-09 12:14:29 -04:00
ramdisk.c
riscv.h comment nits 2022-08-09 14:17:46 -04:00
sleeplock.c
sleeplock.h
spinlock.c
spinlock.h
start.c comment nits 2022-08-09 14:17:46 -04:00
stat.h
string.c memmove(dst, src, 0) leads to overflow in while(n-- > 0) as n is uint64 (thanks 2021-09-01 07:29:12 -04:00
swtch.S
syscall.c
syscall.h
sysfile.c
sysproc.c
trampoline.S adopt github PR98 (No need to store TRAPFRAME in sscratch register) 2022-08-09 11:44:02 -04:00
trap.c adopt github PR98 (No need to store TRAPFRAME in sscratch register) 2022-08-09 11:44:02 -04:00
types.h
uart.c
virtio.h tweak virtio comments 2022-08-08 11:10:54 -04:00
virtio_disk.c tweak virtio comments 2022-08-08 11:10:54 -04:00
vm.c nothing much 2022-08-09 15:11:25 -04:00