Move Process & Thread to the object folder.
This commit is contained in:
parent
4e278a4664
commit
b5ad454ad1
12 changed files with 16 additions and 16 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "scheduler/process.h"
|
||||
#include "object/process.h"
|
||||
|
||||
// Loads the elf program and returns its entry point.
|
||||
uint64_t LoadElfProgram(Process& dest_proc, uint64_t base, uint64_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue