xv6

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

commit fa74a74984641565797adb3713e244008c9459ea
parent a8acdf02eec50333066a678adf263a16b323c87c
Author: rsc <rsc>
Date:   Mon, 27 Aug 2007 23:55:45 +0000

move mp.h to low-level

Diffstat:
Mrunoff.list | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/runoff.list b/runoff.list @@ -6,7 +6,6 @@ x86.h asm.h mmu.h elf.h -mp.h # startup bootasm.S @@ -53,11 +52,11 @@ exec.c # pipes pipe.c - # string operations string.c # low-level PC +mp.h mp.c lapic.c ioapic.c @@ -80,5 +79,3 @@ console.c - -