Unfortunately not revisioned version of my earaly osdev rather plays.
This commit is contained in:
parent
4cca53a2b9
commit
1e3dc4e18b
67 changed files with 4965 additions and 0 deletions
6
include/task/process.h
Normal file
6
include/task/process.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef __TASK_PROCESS_H__
|
||||
#define __TASK_PROCESS_H__
|
||||
|
||||
void copy_page_physical(u32int src, u32int dest);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue