Function dbs_boot::initrd_load_addr

source ·
pub fn initrd_load_addr<M: GuestMemory>(
    guest_mem: &M,
    initrd_size: u64
) -> Result<u64>
Expand description

Returns the memory address where the initrd could be loaded.