]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ReleaseNotes.txt
Added notes on Cygwin mount, as well as changing from textmode to binmode
[mirror_edk2.git] / 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
+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
@@ -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
-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