; virtual memory mgr
bits 16
%define xvmemory

section .modhdr
    jmp init

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

    %include "virmem.s"
