diff --git a/KernelModule/meson.build b/KernelModule/meson.build index 64e8660..62cc8c5 100644 --- a/KernelModule/meson.build +++ b/KernelModule/meson.build @@ -15,7 +15,7 @@ kmod_cflags = ['-I' + dpdk_build_root, kmod_arch = 'MACHINE_ARCH_NULL=' kmod_arch = 'MACHINE_ARCH=aarch64' - + # to avoid warnings due to race conditions with creating the dev_if.h, etc. # files, serialize the kernel module builds. Each module will depend on # previous ones diff --git a/alloc.c b/alloc.c index f612ab7..513aba9 100644 --- a/alloc.c +++ b/alloc.c @@ -14,7 +14,6 @@ //static size_t HEAP_SIZE = 1024 * 1024 * 1024; void *malloc(size_t sz) { - printf("here"); int fd = open (FILENAME, O_RDWR | O_CREAT, 0600); if (fd < 0) { diff --git a/docs/.DS_Store b/docs/.DS_Store index 6bf58a1..22e29e7 100644 Binary files a/docs/.DS_Store and b/docs/.DS_Store differ