start on MP; detect MP configuration
This commit is contained in:
parent
ae6e8aa730
commit
7baa34a421
7 changed files with 323 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue