aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/proc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/proc.txt')
-rw-r--r--arch/riscv/proc.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/riscv/proc.txt b/arch/riscv/proc.txt
deleted file mode 100644
index 29b2e92..0000000
--- a/arch/riscv/proc.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Each thread should obviously have a thread control block (tcb) which lives in
-kernelspace and has pointers to virtual memory allocations, along with PID and
-other required data. That's about what I can come up with at the moment.