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