]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/InOsEmuPkg.dec
InOsEmuPkg: Add support for mounting CD-ROM images.
[mirror_edk2.git] / InOsEmuPkg / InOsEmuPkg.dec
index 33510406cc699c54d4c500bbd59c7fe07e097dd0..a2cce7888b40aa9d1f62a682d4467284d8272b79 100644 (file)
   gEmuVirtualDisksGuid       = { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
   gEmuPhysicalDisksGuid      = { 0xf2bdcc96, 0x8985, 0x11db, { 0x87, 0x19, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
 \r
-#  gEmuFileSystemGuid         = {0xf2c16b9e, 0x8985, 0x11db, {0x92, 0xc8, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}\r
-#  gEmuSerialPortGuid         = {0x6d3a727d, 0x66c8, 0x4d19, {0x87, 0xe6, 0x02, 0x15, 0x86, 0x14, 0x90, 0xf3}}\r
-#  gEmuNetworkGuid            = {0x081603B4, 0x0F1D, 0x4022, {0xB6, 0xFD, 0x4C, 0xE3, 0x5E, 0x09, 0xA1, 0xA6}}\r
-\r
 [PcdsFixedAtBuild]\r
   gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase|0x0|UINT64|0x00001014\r
   gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwSpareBase|0x0|UINT64|0x00001015\r
   gInOsEmuPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"|VOID*|0x0000100c\r
   \r
   #\r
-  # filename[:][R|F][O|W]\r
+  # filename[:[R|F][O|W]][:BlockSize]\r
   # filename can be a device node, like /dev/disk1\r
   # R - Removable Media F - Fixed Media\r
   # O - Write protected W - Writable\r
   #   Default is Fixed Media, Writable\r
-  # Size comes from file or device. \r
+  # For a file the default BlockSize is 512, and can be overridden via BlockSize,\r
+  #  for example 2048 for an ISO CD image. The block size for a device comes from\r
+  #  the device and is not configurable. \r
+  # Device Size comes from file or device. \r
   # On Mac OS X you can use Disk Utility to create .dmg files and mount then like disks\r
-  gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"FW;40960;512"|VOID*|0x00001001\r
+  gInOsEmuPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"|VOID*|0x00001001\r
   \r
   gInOsEmuPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"|VOID*|0x00001018\r
   gInOsEmuPkgTokenSpaceGuid.PcdEmuFileSystem|L".!../../../../../EdkShellBinPkg/bin/ia32/Apps"|VOID*|0x00001004\r