diff --git a/Part3/09_memory/kernel/kernel.c b/Part3/09_memory/kernel/kernel.c index 0be7119..15f9c96 100644 --- a/Part3/09_memory/kernel/kernel.c +++ b/Part3/09_memory/kernel/kernel.c @@ -1,7 +1,5 @@ #include "kernel.h" - #include "stdio.h" - // This only runs once and from there on forth only interrupts will cause something to happen // e.g. displaying to screen and taking input from keyboard void _start() {