summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-09-02 14:00:33 -0400
committerAustin Clements <[email protected]>2011-09-02 14:00:33 -0400
commit82bb0b56c62b3595d04e6224a67397f221298166 (patch)
treeb8dfc45d6ace9dd98e5c53cba5bf46a828bed110
parent052e18485d19f26d4182a662054369926d0c4dd0 (diff)
downloadxv6-labs-82bb0b56c62b3595d04e6224a67397f221298166.tar.gz
xv6-labs-82bb0b56c62b3595d04e6224a67397f221298166.tar.bz2
xv6-labs-82bb0b56c62b3595d04e6224a67397f221298166.zip
bootother -> entryother in README
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d05cbe8..f8d8efe 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ 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 (bootother.S, mp.h, mp.c, lapic.c)
+ Plan 9 (entryother.S, mp.h, mp.c, lapic.c)
FreeBSD (ioapic.c)
NetBSD (console.c)