Hi,
I used the RamDisk sample driver in the DDK and I was able
to use the Disk Administrator to create a partition and
format the RamDisk. My goal is to copy an NT bootable
image to the RamDisk and save the image. This image would
be downloaded to a reserved RAM before the system is
started. The BIOS (after hooking INT 13h) should access
this image as a bootable disk. Currently the RamDisk
driver formats the RamDisk as non bootable. Is it possible
to create a bootable image using the RAM DISK driver with
some modification? How NT determines the offset that it
passes to the driver? Does it use the drive geometry that
was provided by the driver to calculate this offset? If so
what is the “equation” in terms of the CHS parameters?
Thanks in advance,
Daniel