[Zion] Plumb user stack to free function on thread exit.

This commit is contained in:
Drew Galbraith 2023-11-23 07:12:23 -08:00
parent 941d7c8d59
commit 84e1b4cdb4
4 changed files with 11 additions and 4 deletions

View file

@ -66,6 +66,7 @@ class AddressSpace : public KernelObject {
// User Mappings.
uint64_t AllocateUserStack();
void FreeUserStack(uint64_t);
uint64_t GetNextMemMapAddr(uint64_t size);
// Maps in a memory object at a specific address.