X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkUnixPkg%2FDxe%2FUnixThunk%2FBus%2FBlockIo%2FUnixBlockIo.c;h=81dd20661b8430b56a2e265fe2e3fc2e1375aee2;hp=ca4a5f2ff8f1e8852fbe60d683137f1329777943;hb=377fc2ae7125fec78f349c1ceda0cbeb53c988c2;hpb=6bb60d710b3e041221582400390eca5977cd9aca diff --git a/EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c b/EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c index ca4a5f2ff8..81dd20661b 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c +++ b/EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c @@ -15,8 +15,8 @@ Module Name: Abstract: - Produce block IO abstractions for real devices on your PC using Win32 APIs. - The configuration of what devices to mount or emulate comes from NT + Produce block IO abstractions for real devices on your PC using Posix APIs. + The configuration of what devices to mount or emulate comes from UNIX environment variables. The variables must be visible to the Microsoft* Developer Studio for them to work. @@ -27,7 +27,7 @@ Abstract: - Decimal number of blocks a device supports. - Decimal number of bytes per block. - NT envirnonment variable contents. '<' and '>' are not part of the variable, + UNIX envirnonment variable contents. '<' and '>' are not part of the variable, they are just used to make this help more readable. There should be no spaces between the ';'. Extra spaces will break the variable. A '!' is used to seperate multiple devices in a variable. @@ -47,7 +47,7 @@ Abstract: A 1.44MB emulated floppy with a block size of 1024 would look like: EFI_UNIX_VIRTUAL_DISKS=RW;1440;1024 - Physical Disks: These devices use NT to open a real device in your system + Physical Disks: These devices use UNIX to open a real device in your system Thus a 120 MB floppy would look like: EFI_UNIX_PHYSICAL_DISKS=B:RW;245760;512