type: MemoryTypephysical_start: u64virtual_start: u64number_of_pages: u64attribute: MemoryDescriptorAttributepub const MemoryDescriptor = extern struct {
type: MemoryType,
physical_start: u64,
virtual_start: u64,
number_of_pages: u64,
attribute: MemoryDescriptorAttribute,
}