xv6-riscv/kernel
2025-02-10 06:01:08 +01:00
..
bio.c
buf.h
console.c
defs.h Exercise 2.9.1 2025-02-10 06:01:08 +01:00
elf.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
entry.S comment nits 2022-08-09 14:17:46 -04:00
exec.c synchronize usertests and exec with util lab 2024-08-10 05:08:04 -04:00
fcntl.h
file.c
file.h
freeram.c Exercise 2.9.1 2025-02-10 06:01:08 +01:00
fs.c
fs.h FD_DEVICE 2019-06-13 10:29:27 -04:00
kalloc.c
kernel.ld Clean up linker script 2019-10-21 22:27:18 -04:00
kernelvec.S
log.c
main.c
memlayout.h
param.h
pipe.c
plic.c
printf.c
proc.c
proc.h
riscv.h menvcfg also 2024-09-04 17:29:58 -04:00
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
string.c
swtch.S separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
syscall.c Exercise 2.9.1 2025-02-10 06:01:08 +01:00
syscall.h Exercise 2.9.1 2025-02-10 06:01:08 +01:00
sysfile.c
sysproc.c
trampoline.S fix copyout() to refuse to write a read-only page 2022-10-04 11:52:57 -04:00
trap.c
types.h
uart.c
virtio.h tweak virtio comments 2022-08-08 11:10:54 -04:00
virtio_disk.c
vm.c