Remove age-old IPC stuff that wasn't working anyway.

I'll make a fresh start with IPC code when I get there.
This commit is contained in:
Andreas Kling
2018-10-25 10:39:39 +02:00
parent ce126120d1
commit de7c54545a
7 changed files with 6 additions and 242 deletions

View File

@@ -1,6 +1,5 @@
#include "types.h"
#include "Task.h"
#include "IPC.h"
#include "VGA.h"
#include "Disk.h"
#include "kmalloc.h"