WIP on kernel syscalls
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "types/physaddr.h"
|
||||
#include <stddef.h>
|
||||
|
||||
struct process_state_t;
|
||||
|
||||
struct process_t
|
||||
{
|
||||
size_t priority;
|
||||
struct process_state_t *state;
|
||||
physaddr_t page_table;
|
||||
};
|
||||
Reference in New Issue
Block a user