From f70172129c94e4d53b56fc10a7d859679b581bd2 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Thu, 7 Sep 2006 01:37:58 +0000 Subject: run without lapic and ioapic, if they are not present if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c430bed..85d772d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ OBJS = \ vectors.o\ bio.o\ fs.o\ + 8253pit.o\ # Cross-compiling (e.g., on Mac OS X) TOOLPREFIX = i386-jos-elf- -- cgit v1.2.3