Tested out the MPI seems to function well how ever I am going to adjust the way sync_messages work and kmalloc has been reimplimented
|
---|
|
src/sys/Makefile |
---|
src/sys/include/assert.h 0 → 100644 |
---|
src/sys/include/lib/kmalloc.h 0 → 100644 |
---|
src/sys/include/string.h 0 → 100644 |
---|
src/sys/include/vmm/vmm.h |
---|
src/sys/lib/Makefile |
---|
src/sys/lib/assert.c 0 → 100644 |
---|
src/sys/lib/kmalloc.c 0 → 100644 |
---|
src/sys/mpi/mpi.c |
---|
src/sys/vmm/paging.c |
---|