Unfortunately not revisioned version of my earaly osdev rather plays.

This commit is contained in:
Tomasz Półgrabia 2025-03-09 11:40:37 +01:00
parent 4cca53a2b9
commit 1e3dc4e18b
67 changed files with 4965 additions and 0 deletions

6
include/task/process.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __TASK_PROCESS_H__
#define __TASK_PROCESS_H__
void copy_page_physical(u32int src, u32int dest);
#endif