F$BtMem

From NitrOS-9
Jump to: navigation, search
Bootstrap Memory Request Allocates the requested memory (rounded to the nearest block) as contiguous memory in the system’s address space
OS9 F$BtMem 103F 36

Entry Conditions

D byte count requested

Exit Conditions

D byte count granted

U pointer to allocated memory

Error Output

CC carry set on error

B error code, if any

Additional Information

  • This call is identical to F$SRqMem.
  • The Bootstrap Memory Request support module is OS9p1.

krn