summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2019-08-26 08:49:50 -0400
committerFrans Kaashoek <[email protected]>2019-08-26 08:49:50 -0400
commit92c3c02098ed0e3fabb56121ea45317e9a951ea7 (patch)
tree9f633bba168e4ed0e9c99b3796f0ac6062e3622d /README
parent510bcde8945739d3f83cfa85df0091913f9d3e61 (diff)
downloadxv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.tar.gz
xv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.tar.bz2
xv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.zip
RISC-V port doesn't borrow this code
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index 5380d24..87a3833 100644
--- a/README
+++ b/README
@@ -9,12 +9,6 @@ to Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14,
2000)). See also https://pdos.csail.mit.edu/6.828/, which
provides pointers to on-line resources for v6.
-xv6 borrows code from the following sources:
- JOS (asm.h, elf.h, mmu.h, bootasm.S, ide.c, console.c, and others)
- Plan 9 (entryother.S, mp.h, mp.c, lapic.c)
- FreeBSD (ioapic.c)
- NetBSD (console.c)
-
The following people have made contributions: Russ Cox (context switching,
locking), Cliff Frey (MP), Xiao Yu (MP), Nickolai Zeldovich, and Austin
Clements.