]> git.proxmox.com Git - mirror_edk2.git/commit
InOsEmuPkg: Add support for mounting CD-ROM images.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Jun 2011 16:18:14 +0000 (16:18 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Jun 2011 16:18:14 +0000 (16:18 +0000)
commit5dcda296a4af4cee45a90c9048f66e96a95928f2
tree49c3cc7fd5a32d51dd8e2c7c69a0c2844d4d778d
parent323940278e0c94d18b3824764236162e2b0dcfcf
InOsEmuPkg: Add support for mounting CD-ROM images.

Devices get the block size via ioctl, but for a file the block size needs to be set. Default to 512, but optionally allow other values, like 2048/0x800 for ISO CD-ROM images. Also updated the comments in .DSC and .DEC files.

Signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11843 6f19259b-4bc3-4df7-8a09-765794883524
InOsEmuPkg/InOsEmuPkg.dec
InOsEmuPkg/Unix/Sec/BlockIo.c
InOsEmuPkg/Unix/UnixX64.dsc