//0x20 bytes (sizeof)
struct _BOOT_OSL_RAMDISK_INFO
{
ULONG Version; //0x0
ULONG Count; //0x4
struct _BOOT_OSL_RAMDISK_ENTRY Entries[1]; //0x8
};