From 8b58e81077abf4e843873f16c03077e2fafce52d Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 23 Aug 2006 01:09:24 +0000 Subject: i/o redirection in sh better parsing of sh commands (copied from jos sh) cat: read from 1 if no args sbrk system call, but untested getpid system call moved locks in keyboard intr, but why do we get intr w. null characters from keyboard? --- lapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lapic.c') diff --git a/lapic.c b/lapic.c index 161d0a5..0d389f1 100644 --- a/lapic.c +++ b/lapic.c @@ -120,7 +120,7 @@ lapic_timerinit(void) void lapic_timerintr(void) { - cprintf("cpu%d: timer interrupt!\n", cpu()); + // cprintf("cpu%d: timer interrupt!\n", cpu()); lapic_write (LAPIC_EOI, 0); } -- cgit v1.2.3