diff options
author | Frans Kaashoek <[email protected]> | 2019-08-26 08:49:50 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2019-08-26 08:49:50 -0400 |
commit | 92c3c02098ed0e3fabb56121ea45317e9a951ea7 (patch) | |
tree | 9f633bba168e4ed0e9c99b3796f0ac6062e3622d | |
parent | 510bcde8945739d3f83cfa85df0091913f9d3e61 (diff) | |
download | xv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.tar.gz xv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.tar.bz2 xv6-labs-92c3c02098ed0e3fabb56121ea45317e9a951ea7.zip |
RISC-V port doesn't borrow this code
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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. |