kernel/pmem.i
2024-03-19 09:24:10 -05:00

12 lines
251 B
OpenEdge ABL

ifnd PMEM_I
PMEM_I equ 1
; Initialize the physical memory manager
xref pmem_init
; Pushes a frame onto the stack
; Frame to push in d0
xref pmem_push_frame
; Pops a frame off the stack
; Returns frame address in d0
xref pmem_pop_frame
endif