Constants§
- GUEST_
MAX_ MEM - GUEST_
MIN_ MEM - MEM_
BITS - MEM_
SIZE - STACK_
TOP - Top of stack; stack grows down from this location.
- TEXT_
START - Program (text followed by data and then bss) gets loaded in starting at this location. HEAP begins right afterwards.
Functions§
- is_
guest_ memory - Returns whether
addr
is within guest memory bounds. - sys_
alloc_ ⚠aligned - Safety