diff options
author | rsc <rsc> | 2007-08-27 23:54:24 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-27 23:54:24 +0000 |
commit | a8acdf02eec50333066a678adf263a16b323c87c (patch) | |
tree | 6e96270ce7605c01dda86ad0be66addbb9d53588 | |
parent | 773159fbeee3ae4a22ffba37d36bd1c997d32440 (diff) | |
download | xv6-labs-a8acdf02eec50333066a678adf263a16b323c87c.tar.gz xv6-labs-a8acdf02eec50333066a678adf263a16b323c87c.tar.bz2 xv6-labs-a8acdf02eec50333066a678adf263a16b323c87c.zip |
no more ioapic.h
-rw-r--r-- | runoff.list | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/runoff.list b/runoff.list index 7abd23a..a44a36a 100644 --- a/runoff.list +++ b/runoff.list @@ -53,15 +53,32 @@ exec.c # pipes pipe.c + # string operations string.c # low-level PC mp.c -ioapic.h lapic.c ioapic.c picirq.c kbd.h console.c 8253pit.c + + + + + + + + + + + + + + + + + |