hos/mm.h

18 lines
148 B
C

void mm_init();
typedef struct {
qword base;
qword length;
dword attributes;
} __attribute__((packed)) memmap_entry;