From 92c3c02098ed0e3fabb56121ea45317e9a951ea7 Mon Sep 17 00:00:00 2001
From: Frans Kaashoek <kaashoek@mit.edu>
Date: Mon, 26 Aug 2019 08:49:50 -0400
Subject: [PATCH] RISC-V port doesn't borrow this code

---
 README | 6 ------
 1 file changed, 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.