allocpagescall.asm

The asm stubs needed for allocpages.c to interface with the kernel

Summary
allocpagescall.asmThe asm stubs needed for allocpages.c to interface with the kernel
Functions
_PDCLIB_dorequestpagesRequest memory from the kernel

Functions

_PDCLIB_dorequestpages

Request memory from the kernel

in

  • Stack(1) = Amount to allocate
  • Stack(2) = Base address to mount

out

Return = Amount allocated

destroyed

(none)