[kernel] Remove old unused process.*

These files are not included in the build, but had not been removed.
This commit is contained in:
2020-08-23 17:10:14 -07:00
parent d63a30728c
commit e19fa377d7
3 changed files with 2 additions and 374 deletions

View File

@@ -1,9 +1,10 @@
#include <stddef.h>
#include "console.h"
#include "cpu.h"
#include "debug.h"
#include "log.h"
#include "msr.h"
#include "process.h"
#include "scheduler.h"
#include "syscall.h"