diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-07 19:31:19 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-07 19:31:19 +0000 |
commit | 377fc2ae7125fec78f349c1ceda0cbeb53c988c2 (patch) | |
tree | 187123e38fa0c4cbc12368ed9c4d32f5e3c2a394 /EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c | |
parent | 6bb60d710b3e041221582400390eca5977cd9aca (diff) | |
download | edk2-platforms-377fc2ae7125fec78f349c1ceda0cbeb53c988c2.tar.xz |
Change many windows references to unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c')
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c b/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c index 038c71a074..5346774ae2 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c +++ b/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.c @@ -15,9 +15,9 @@ Module Name: Abstract:
-This following section documents the envirnoment variables for the Win NT
+This following section documents the envirnoment variables for the Win UNIX
build. These variables are used to define the (virtual) hardware
-configuration of the NT environment
+configuration of the UNIX environment
A ! can be used to seperate multiple instances in a variable. Each
instance represents a seperate hardware device.
@@ -35,7 +35,7 @@ EFI_UNIX_UGA - Builds UGA Windows of Width and Height <block count> - Decimal number of blocks a device supports.
<block size> - 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.
@@ -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:
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
@@ -115,7 +115,7 @@ EFI_DRIVER_BINDING_PROTOCOL gUnixBusDriverBinding = { #define UNIX_PCD_ARRAY_SIZE (sizeof(mPcdEnvironment)/sizeof(UNIX_PCD_ENTRY))
//
-// Table to map NT Environment variable to the GUID that should be in
+// Table to map UNIX Environment variable to the GUID that should be in
// device path.
//
static UNIX_PCD_ENTRY mPcdEnvironment[] = {
|