diff --git a/src/sys/compile/Makefile b/src/sys/compile/Makefile index c6bb980..65c2ea4 100644 --- a/src/sys/compile/Makefile +++ b/src/sys/compile/Makefile @@ -10,7 +10,7 @@ OBJS = null.o #Kernel Parts -KPARTS = ../kernel/*.o ../vmm/*.o ../lib/*.o ../sys/*.o ../init/*.o +KPARTS = ../mpi/*.o ../kernel/*.o ../vmm/*.o ../lib/*.o ../sys/*.o ../init/*.o # Link the kernel statically with fixed text+data address @1M $(KERNEL) : $(OBJS) diff --git a/src/sys/init/main.c b/src/sys/init/main.c index 42d4860..2c28793 100644 --- a/src/sys/init/main.c +++ b/src/sys/init/main.c @@ -31,6 +31,7 @@ #include #include #include +#include /***************************************************************************************** Desc: The Kernels Descriptor table: @@ -79,7 +80,8 @@ int main() { int i = 0x0; - uInt32 *test = 0x0; + mpi_message_t msg_a; + mpi_message_t msg_b; /* Modify src/sys/include/ubixos/init.h to add a startup routine */ for (i=0x0;i