start on MP; detect MP configuration

This commit is contained in:
kaashoek 2006-06-21 01:53:07 +00:00
parent ae6e8aa730
commit 7baa34a421
7 changed files with 323 additions and 2 deletions

View file

@ -1,5 +1,5 @@
OBJS = main.o console.o string.o kalloc.o proc.o trapasm.o trap.o vectors.o \
syscall.o ide.o picirq.o
syscall.o ide.o picirq.o mp.o
CC = i386-jos-elf-gcc
LD = i386-jos-elf-ld