]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Dxe/UnixThunk/Bus/BlockIo/UnixBlockIo.c
Change many windows references to unix.
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Bus / BlockIo / UnixBlockIo.c
index ca4a5f2ff8f1e8852fbe60d683137f1329777943..81dd20661b8430b56a2e265fe2e3fc2e1375aee2 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Produce block IO abstractions for real devices on your PC using Win32 APIs.\r
-  The configuration of what devices to mount or emulate comes from NT \r
+  Produce block IO abstractions for real devices on your PC using Posix APIs.\r
+  The configuration of what devices to mount or emulate comes from UNIX \r
   environment variables. The variables must be visible to the Microsoft* \r
   Developer Studio for them to work.\r
 \r
@@ -27,7 +27,7 @@ Abstract:
   <block count> - Decimal number of blocks a device supports.\r
   <block size>  - Decimal number of bytes per block.\r
 \r
-  NT envirnonment variable contents. '<' and '>' are not part of the variable, \r
+  UNIX envirnonment variable contents. '<' and '>' are not part of the variable, \r
   they are just used to make this help more readable. There should be no \r
   spaces between the ';'. Extra spaces will break the variable. A '!' is \r
   used to seperate multiple devices in a variable.\r
@@ -47,7 +47,7 @@ Abstract:
     A 1.44MB emulated floppy with a block size of 1024 would look like:\r
     EFI_UNIX_VIRTUAL_DISKS=RW;1440;1024\r
 \r
-  Physical Disks: These devices use NT to open a real device in your system\r
+  Physical Disks: These devices use UNIX to open a real device in your system\r
 \r
     Thus a 120 MB floppy would look like:\r
     EFI_UNIX_PHYSICAL_DISKS=B:RW;245760;512\r