xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 82bb0b56c62b3595d04e6224a67397f221298166
parent 052e18485d19f26d4182a662054369926d0c4dd0
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 14:00:33 -0400

bootother -> entryother in README

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)