hos/mm.h

18 lines
147 B
C

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