From: srs5694 Date: Mon, 11 Nov 2013 03:06:33 +0000 (-0500) Subject: Version 0.7.5 release. X-Git-Url: https://code.delx.au/refind/commitdiff_plain/6460d1d0d50d82ce40da54a421c7b785ea944809 Version 0.7.5 release. --- diff --git a/EfiLib/BdsHelper.c b/EfiLib/BdsHelper.c index 12a54a4..2e70c7b 100644 --- a/EfiLib/BdsHelper.c +++ b/EfiLib/BdsHelper.c @@ -121,21 +121,21 @@ BdsLibDoLegacyBoot ( } OptionBBS = (BBS_BBS_DEVICE_PATH *) Option->DevicePath; - Print(L"\n\n"); - Print(L"Option->Name='%s'\n", Option->OptionName); - Print(L"Option->Number='%d'\n", Option->OptionNumber); - Print(L"Option->Description='%s'\n", Option->Description); - Print(L"Option->LoadOptionsSize='%d'\n",Option->LoadOptionsSize); - Print(L"Option->BootCurrent='%d'\n",Option->BootCurrent); - Print(L"Option->DevicePath->Type= '%d'\n", Option->DevicePath->Type); - Print(L"Option->DevicePath->SubType= '%d'\n", Option->DevicePath->SubType); - Print(L"Option->DevicePath->Length[0]= '%d'\n", Option->DevicePath->Length[0]); - Print(L"Option->DevicePath->Length[1]= '%d'\n", Option->DevicePath->Length[1]); - Print(L"OptionBBS->DeviceType='%d'\n",OptionBBS->DeviceType); - Print(L"OptionBBS->StatusFlag='%d'\n",OptionBBS->StatusFlag); - Print(L"OptionBBS->String[0]='%s'\n",OptionBBS->String); - Print(L"About to legacy boot!\n"); - PauseForKey(); +// Print(L"\n\n"); +// Print(L"Option->Name='%s'\n", Option->OptionName); +// Print(L"Option->Number='%d'\n", Option->OptionNumber); +// Print(L"Option->Description='%s'\n", Option->Description); +// Print(L"Option->LoadOptionsSize='%d'\n",Option->LoadOptionsSize); +// Print(L"Option->BootCurrent='%d'\n",Option->BootCurrent); +// Print(L"Option->DevicePath->Type= '%d'\n", Option->DevicePath->Type); +// Print(L"Option->DevicePath->SubType= '%d'\n", Option->DevicePath->SubType); +// Print(L"Option->DevicePath->Length[0]= '%d'\n", Option->DevicePath->Length[0]); +// Print(L"Option->DevicePath->Length[1]= '%d'\n", Option->DevicePath->Length[1]); +// Print(L"OptionBBS->DeviceType='%d'\n",OptionBBS->DeviceType); +// Print(L"OptionBBS->StatusFlag='%d'\n",OptionBBS->StatusFlag); +// Print(L"OptionBBS->String[0]='%s'\n",OptionBBS->String); +// Print(L"About to legacy boot!\n"); +// PauseForKey(); UpdateBbsTable(OptionBBS->DeviceType); diff --git a/NEWS.txt b/NEWS.txt index eaea6b4..8c255a8 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,7 +2,7 @@ ------------------- - Fixed bug that caused unbootable exFAT partitions to show up as - bootable in OS X. + bootable on Macs with BIOS/CSM/legacy boot options enabled. - Fixed bug in install.sh that caused installs to the ESP on recent versions of OS X to fail. diff --git a/docs/refind/bootmode.html b/docs/refind/bootmode.html index 3e1c3c2..c5c0f49 100644 --- a/docs/refind/bootmode.html +++ b/docs/refind/bootmode.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -8/25/2013, referencing rEFInd 0.7.4

+11/10/2013, referencing rEFInd 0.7.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/configfile.html b/docs/refind/configfile.html index bc32c6c..6efd42c 100644 --- a/docs/refind/configfile.html +++ b/docs/refind/configfile.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -8/25/2013, referencing rEFInd 0.7.4

+11/10/2013, referencing rEFInd 0.7.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/drivers.html b/docs/refind/drivers.html index 2550030..7bb282b 100644 --- a/docs/refind/drivers.html +++ b/docs/refind/drivers.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 4/19/2012; last Web page update: -8/25/2013, referencing rEFInd 0.7.4

+11/10/2013, referencing rEFInd 0.7.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/features.html b/docs/refind/features.html index 89d30a2..1c9ab0c 100644 --- a/docs/refind/features.html +++ b/docs/refind/features.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -8/25/2013, referencing rEFInd 0.7.4

+11/10/2013, referencing rEFInd 0.7.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

diff --git a/docs/refind/getting.html b/docs/refind/getting.html index 3f39b71..14af677 100644 --- a/docs/refind/getting.html +++ b/docs/refind/getting.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -8/25/2013, referencing rEFInd 0.7.4

+11/10/2013, referencing rEFInd 0.7.5

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -136,7 +136,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com