[Zion] Add a framework for better process exit.
This commit is contained in:
parent
aa2d80b557
commit
308dd6a203
9 changed files with 80 additions and 8 deletions
|
|
@ -16,6 +16,7 @@ class KernelVmm {
|
|||
|
||||
static uint64_t AcquireKernelStack();
|
||||
|
||||
// Takes the base address to the stack. I.e. the highest value in it.
|
||||
static void FreeKernelStack(uint64_t);
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue