; physical memory mgr
bits 16
%define xpmemory

section .modhdr
    dw init

section .text
    %include "bits"
    %include "memory"
    %include "confseg"
    %include "printf"

    %include "phymem.s"
