xv6-riscv-kernel/kernel
2024-05-24 11:26:40 +02:00
..
bio.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
buf.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
console.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
defs.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
elf.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
entry.S comment nits 2022-08-09 14:17:46 -04:00
exec.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
fcntl.h make "echo hello > x" truncate file x. 2020-08-10 11:19:10 -04:00
file.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
file.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
fs.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
fs.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
kalloc.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
kernel.ld Clean up linker script 2019-10-21 22:27:18 -04:00
kernelvec.S comment nits 2022-08-09 14:17:46 -04:00
log.c fix typos in user/usertest.c & kernel/log.c 2021-08-31 14:10:14 -04:00
main.c Change inode cache in main.c to inode table 2021-08-31 14:17:39 -04:00
memlayout.h Clarify CLINT and PLIC acronym 2020-10-03 16:36:20 -04:00
param.h Linker script makes binaries bigger; use larger disk so that usertests 2022-08-23 11:19:33 -04:00
pipe.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
plic.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
printf.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
proc.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
proc.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
ramdisk.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
riscv.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
sleeplock.c Checkpoint switching to per-process locks, in attempt clarify xv6's 2019-07-02 09:14:47 -04:00
sleeplock.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
spinlock.c nits 2019-10-27 08:03:19 -04:00
spinlock.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
start.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
stat.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
string.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
swtch.S separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
syscall.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
syscall.h separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
sysfile.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
sysproc.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
trampoline.S comment the sfences 2022-08-24 13:47:47 -04:00
trap.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
types.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
uart.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
virtio.h Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
virtio_disk.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00
vm.c Type names (uint32 -> u32, e.t.c.) 2024-05-24 11:26:40 +02:00