Kernel processes / multitasking
This commit is contained in:
6
kernel/hal/x86_64/paging.h
Normal file
6
kernel/hal/x86_64/paging.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HAL_PAGING_H_
|
||||
#define HAL_PAGING_H_
|
||||
|
||||
void hal_loadpd(PgTable *cr3);
|
||||
|
||||
#endif // HAL_PAGING_H_
|
Reference in New Issue
Block a user