]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added notes on Cygwin mount, as well as changing from textmode to binmode
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Oct 2006 18:41:52 +0000 (18:41 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Oct 2006 18:41:52 +0000 (18:41 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1795 6f19259b-4bc3-4df7-8a09-765794883524

ReleaseNotes.txt

index 1b3fd770aaf2a88482b411af8b03afa15e06b66c..bb2c923c5fe95678e6efbc8dea40607f2a95488e 100644 (file)
@@ -221,6 +221,8 @@ install cygwin it gives you the choice of Unix file mode (recommended) or DOS
 file mode. Unix mode will cause all the cygwin directories to be mounted in\r
 binmode, while DOS will mount the dirs in textmode. Here is an example of a\r
 cygwin install where the dirs are (properly) mounted in binmode.\r
 file mode. Unix mode will cause all the cygwin directories to be mounted in\r
 binmode, while DOS will mount the dirs in textmode. Here is an example of a\r
 cygwin install where the dirs are (properly) mounted in binmode.\r
+To view mount information, type: \r
+    mount\r
 \r
 C:\cygwin\bin on /usr/bin type user (binmode)\r
 C:\cygwin\lib on /usr/lib type user (binmode)\r
 \r
 C:\cygwin\bin on /usr/bin type user (binmode)\r
 C:\cygwin\lib on /usr/lib type user (binmode)\r
@@ -228,7 +230,12 @@ c:\workspace on /workspace type system (binmode)
 C:\cygwin on / type user (binmode)\r
 \r
 If you use textmode, it is likely that the build will fail in a way that is\r
 C:\cygwin on / type user (binmode)\r
 \r
 If you use textmode, it is likely that the build will fail in a way that is\r
-hard to debug.\r
+hard to debug.  Textmode is required to retain or add the DOS ^M characters\r
+in DOS batch files during file editing sessions.\r
+\r
+You can switch from textmode to binmode for compilation by executing the \r
+following:\r
+    mount -b --change-cygdrive-prefix cygdrive\r
 \r
 Cygwin is pretty slow, so it is not recommended for large builds.\r
 \r
 \r
 Cygwin is pretty slow, so it is not recommended for large builds.\r
 \r