Popular Post Slice 6,741 Posted November 1, 2016 Posted November 1, 2016 Hi all, Â I want to say good bye to Clover-32 development. It was occupy my time and efforts while really it is obsolete. It can be used on processors that 32-bit only such as Pentium 4, old Athlon, Yonah, old Atom. On Yonah you can use 10.6. Other CPUs are very problematic for Hackintosh. All UEFI BIOSes are 64bit. Windows UEFI is 64bit only. macOS 10.8+ are 64bit only, moreover, 10.7 also requires 64bit CPU. Â For those who still have such computer I may recommend to use old Clover versions and other bootloaders. You will not have a profit from new development that striving for new hardware, new OSes, new technologies. Â I think this topic will be appropriate place to communicate about Clover32. Some coders may publish here their solutions for other such users. fantomas, Sherlocks, Moorre and 19 others 22 Share this post Link to post Share on other sites
cecekpawon 1,014 Posted November 1, 2016 Posted November 1, 2016 Will suggest 2.4 ver to start for 64bit only yo Slice cvad, crusher and Badruzeus 3 Share this post Link to post Share on other sites
ellaosx 258 Posted May 16, 2017 Posted May 16, 2017 Can you recall the last revision that has x32 support please. Thanks Share this post Link to post Share on other sites
apianti 1,246 Posted May 16, 2017 Posted May 16, 2017 You can still build the 32 bit binaries. It just takes a little more work. Â EDIT: Also I have two computers that have 32bit UEFI and one has an Atom (not old), the other has a Haswell........? Badruzeus, Rodion2010 and ellaosx 3 Share this post Link to post Share on other sites
Download-Fritz 1,036 Posted May 16, 2017 Posted May 16, 2017 You can still build the 32 bit binaries. It just takes a little more work. No clue why Clover 32-bit is 'discontinued', any build errors just mean the code is flawed. Share this post Link to post Share on other sites
apianti 1,246 Posted May 16, 2017 Posted May 16, 2017 There aren't even any build errors, it still builds perfectly fine, as the windows build script still builds 32bit. The difference is that you have to be careful about using UINTN and UINT64 in 32bit code where there is no issue with 64bit. ellaosx 1 Share this post Link to post Share on other sites
jl4c 56 Posted July 2, 2017 Posted July 2, 2017 Friends, What is the last version of Clover that support old cpu (32bits) Atom, Pentium 4? PauloBral 1 Share this post Link to post Share on other sites
PauloBral 1 Posted July 9, 2017 Posted July 9, 2017 Friends, What is the last version of Clover that support old cpu (32bits) Atom, Pentium 4? Â Â I want to know this too.... Share this post Link to post Share on other sites
chris1111 4,587 Posted July 9, 2017 Posted July 9, 2017 I want to know this too.... I dont know what is the latest Clover support 32 but 3270 haves the Drivers 32 Â PauloBral 1 Share this post Link to post Share on other sites
HmO 156 Posted July 9, 2017 Posted July 9, 2017 I want to know this too.... Clover 4111 32/64 bit PauloBral, v7kF4U2HTd, Rocky12 and 1 other 4 Share this post Link to post Share on other sites
PauloBral 1 Posted July 9, 2017 Posted July 9, 2017 I dont know what is the latest Clover support 32 but 3270 haves the Drivers 32   @chris1111 thank you!  Clover 4111 32/64 bit  @Ukr55 thank you!! Share this post Link to post Share on other sites
apianti 1,246 Posted July 9, 2017 Posted July 9, 2017 You can still build the package with 32bit support (or only 32bit). This only means the official installer only has 64bit support. chris1111, Rodion2010, Badruzeus and 1 other 4 Share this post Link to post Share on other sites
Rodion2010 84 Posted November 19, 2018 Posted November 19, 2018 On 5/16/2017 at 8:26 AM, ellaosx said: Can you recall the last revision that has x32 support please. Thanks 3333 I think   here is the latest Clover 4769 i build from sources seems to be working but I am not sure about all the features CLOVERIA32.efi.zip ellaosx and PippoX0 2 Share this post Link to post Share on other sites
ellaosx 258 Posted November 20, 2018 Posted November 20, 2018 20 minutes ago, Rodion2010 said: 3333 I think   here is the latest Clover 4769 i build from sources seems to be working but I am not sure about all the features CLOVERIA32.efi.zip How did you do it, any script? Share this post Link to post Share on other sites
Rodion2010 84 Posted November 20, 2018 Posted November 20, 2018 (edited) 22 hours ago, ellaosx said: How did you do it, any script? ./ebuild.sh -fr --ia32 -xcode5  there will be an error related with gSettings.IntelMaxBacklight, just remove or comment these lines does my compliled  file work for you? Edited November 20, 2018 by Rodion2010 Share this post Link to post Share on other sites
ellaosx 258 Posted November 21, 2018 Posted November 21, 2018 8 hours ago, Rodion2010 said: ./ebuild.sh -fr --ia32 -xcode5  there will be an error related with gSettings.IntelMaxBacklight, just remove or comment these lines does my compliled  file work for you?  Thanks for the info. Im getting: Undefined symbols for architecture i386: "___udivdi3", referenced from: _SetDevices in CLOVER.lib(Settings.obj) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [/Users/ella/src/edk2/Build/Clover/RELEASE_XCODE5/IA32/Clover/rEFIt_UEFI/refit/DEBUG/CLOVER.dll] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/ella/src/edk2/Build/Clover/RELEASE_XCODE5/IA32/Clover/rEFIt_UEFI/refit] build.py... : error F002: Failed to build module /Users/ella/src/edk2/Clover/rEFIt_UEFI/refit.inf [IA32, XCODE5, RELEASE] - Failed - Build end time: 15:04:10, Nov.21 2018 Build total time: 00:01:02  Share this post Link to post Share on other sites
Slice 6,741 Posted November 21, 2018 Posted November 21, 2018 For 32bit compilation you have to change (A / B ) to function DivU64x32(A, B ). Or else depending on operands types. Rodion2010 1 Share this post Link to post Share on other sites
Rodion2010 84 Posted November 21, 2018 Posted November 21, 2018 (edited) 5 hours ago, ellaosx said: Â Thanks for the info. Im getting: Â Edit Settings.c LEVX and LEVD DivU64x32 instead of / does my file work ok? Â CLOVERIA32.efi.zip Edited November 21, 2018 by Rodion2010 PippoX0 1 Share this post Link to post Share on other sites
ellaosx 258 Posted November 21, 2018 Posted November 21, 2018 (edited) @rodion1322 yes, your file worked Thank you! Â your new attachment is latest? Edited November 21, 2018 by ellaosx Rodion2010 1 Share this post Link to post Share on other sites
Rodion2010 84 Posted November 22, 2018 Posted November 22, 2018 https://cloud.mail.ru/public/B56M/XGFBHcKkx 4771 with ISO and installer I shall not compile every version, maybe the most interesting updates with some new features PippoX0, BuXb and ellaosx 3 Share this post Link to post Share on other sites
Rodion2010 84 Posted December 9, 2018 Posted December 9, 2018 4801 added anyone who use it, please let me know if it works ok )) ellaosx and BuXb 1 1 Share this post Link to post Share on other sites
ellaosx 258 Posted December 9, 2018 Posted December 9, 2018 we will when i get home Rodion2010 1 Share this post Link to post Share on other sites
ellaosx 258 Posted December 9, 2018 Posted December 9, 2018 @Rodion2010 it works! Thanks BuXb and Rodion2010 2 Share this post Link to post Share on other sites
Rodion2010 84 Posted December 20, 2018 Posted December 20, 2018 Updated, 4813 BuXb 1 Share this post Link to post Share on other sites
apianti 1,246 Posted December 21, 2018 Posted December 21, 2018 I was going to fix the 32bit build but it's now broken entirely for windows because of float support and I don't really feel like fixing it.... sorry. Share this post Link to post Share on other sites