J0hny Posted September 14, 2015 Share Posted September 14, 2015 May i know which kernel are you using? This one : Hi ! I fixed small mistake ... And added for VIA CPU "CentaurHauls" . Try kernel 10.9.5_rc5_c ! mach_rc5_c.zip Link to comment Share on other sites More sharing options...
amerc Posted October 13, 2015 Share Posted October 13, 2015 This kernel for mMavericks is very good (I use default drivers for my nvidia since, the Web drivers were less interesting). I have also tried the boot file but it did not work with my version of Chameleon. Is there a way (guide) to compile this kernel for 10.8.5 or to make this kernel backward compatible with ML?. I keep getting the following error on ML : opemu error: no rip yetopemu error Your help is appreciated Link to comment Share on other sites More sharing options...
spakk Posted October 13, 2015 Share Posted October 13, 2015 This kernel is good (I use default drivers for my nvidia since, the Web drivers were less interesting). I have also tried the boot file but it did not work with my version of Chameleon. Is there a way (guide) to compile this kernel for 10.8.5 or to make this kernel backward compatible with ML ? Which kernel do you mean? Link to comment Share on other sites More sharing options...
amerc Posted November 16, 2015 Share Posted November 16, 2015 Hi, Does this kernel work for 10.8.5 ? If not how to make it do so ? Thanks Link to comment Share on other sites More sharing options...
TheRacerMaster Posted November 17, 2015 Share Posted November 17, 2015 No. Kernels only work on the version of OS X they were compiled for. While it's technically possible to use a kernel as long as the major version matches up (e.g. XNU kernel for OS X 10.10.1 on 10.10.2), this will cause some issues. But using a kernel on an entirely different major version of OS X will simply not work. Link to comment Share on other sites More sharing options...
spakk Posted November 17, 2015 Share Posted November 17, 2015 Hi, Does this kernel work for 10.8.5 ? If not how to make it do so ? Thanks Find here the appropriate kernel for the OS X version that you need: http://www.insanelymac.com/forum/topic/285580-database-of-current-working-amd-kernels/ Link to comment Share on other sites More sharing options...
FreeJHack Posted November 27, 2015 Share Posted November 27, 2015 Great kernel. Installed on Acer Aspire M3400 (BIOS P01-B4) with Athlon II X3 435 at 2,9GHz, 4GB RAM, ATI HD5450 512MB (full QE/CI) and OS X 10.9.5 with last security update (007). I had a CPU stuttering with all other kernels. Now it's perfect... Thanks Tora Chi Yo. Well done. 1 Link to comment Share on other sites More sharing options...
Magomedov_05_RUS Posted August 6, 2017 Share Posted August 6, 2017 AMD 10.9.5 SSEPlus TSC & BUS Frequency FIX Perfect work on acer aspire 5520g 302G16 with amd tuion + 8400m G Link to comment Share on other sites More sharing options...
Ewel Posted August 12, 2017 Share Posted August 12, 2017 did QT Framework ever work in mavericks and AMD kernels?I'm using a phenom II x4 940.bronya's rc4 seems to be working fine for me on 10.9.5 but please let me know if there's something I can do to make QT framework apps work. Link to comment Share on other sites More sharing options...
spakk Posted August 23, 2017 Share Posted August 23, 2017 did QT Framework ever work in mavericks and AMD kernels? I'm using a phenom II x4 940. bronya's rc4 seems to be working fine for me on 10.9.5 but please let me know if there's something I can do to make QT framework apps work. The experiences I've made a long time ago with QT on AMD (El Capitan 10.11.6) were unfortunately not positive. On the other hand, QT ran smoothly on my real Mac Link to comment Share on other sites More sharing options...
Shaneee Posted August 23, 2017 Share Posted August 23, 2017 The QT framework needs to be rebuilt from source to disable the SSSE3 requirement. 1 Link to comment Share on other sites More sharing options...
spakk Posted August 24, 2017 Share Posted August 24, 2017 The QT framework needs to be rebuilt from source to disable the SSSE3 requirement. write a short description, shane Link to comment Share on other sites More sharing options...
Shaneee Posted August 24, 2017 Share Posted August 24, 2017 write a short description, shane Not really sure how. I tried it but couldn't get the framework to compile correctly. I know the system building it needs SSSE3 to compile.. I think. Link to comment Share on other sites More sharing options...
ydeng Posted October 8, 2017 Share Posted October 8, 2017 write a short description, shane put "-U__SSSE3__" on the compiler command line should do the trick. See, __SSSE3__ is gone. gcc -dM -U__SSSE3__ -E - < /dev/null | grep SSE #define __SSE2_MATH__ 1 #define __SSE2__ 1 #define __SSE3__ 1 #define __SSE4_1__ 1 #define __SSE_MATH__ 1 #define __SSE__ 1 If someone hard coded intrinsics, you might get errors. 1 Link to comment Share on other sites More sharing options...
Recommended Posts