]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c
Change many windows references to unix.
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Bus / UnixBusDriver / UnixBusDriver.c
index 038c71a074ba5fbbbf4bf0333808b5be69ccee57..5346774ae211baa47ddd769a74176b9477b3f5c9 100644 (file)
@@ -15,9 +15,9 @@ Module Name:
 \r
 Abstract:\r
 \r
-This following section documents the envirnoment variables for the Win NT \r
+This following section documents the envirnoment variables for the Win UNIX \r
 build.  These variables are used to define the (virtual) hardware \r
-configuration of the NT environment\r
+configuration of the UNIX environment\r
 \r
 A ! can be used to seperate multiple instances in a variable. Each \r
 instance represents a seperate hardware device. \r
@@ -35,7 +35,7 @@ EFI_UNIX_UGA            - Builds UGA Windows of Width and Height
  <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
@@ -55,7 +55,7 @@ EFI_UNIX_UGA            - Builds UGA Windows of Width and Height
    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
@@ -115,7 +115,7 @@ EFI_DRIVER_BINDING_PROTOCOL           gUnixBusDriverBinding = {
 #define UNIX_PCD_ARRAY_SIZE (sizeof(mPcdEnvironment)/sizeof(UNIX_PCD_ENTRY))\r
 \r
 //\r
-// Table to map NT Environment variable to the GUID that should be in\r
+// Table to map UNIX Environment variable to the GUID that should be in\r
 // device path.\r
 //\r
 static UNIX_PCD_ENTRY  mPcdEnvironment[] = {\r