| Category: Clips/Osx86 |
This is actually much simpler than you might think.
1.) Get the new kernel you want to install.
2.) Open up Terminal.app in /Application/Utilities (and enter the following commands:)
3.) Code:
cd /
4.)
sudo mv mach_kernel mach_kernel_bak(This renames the current to mach_kernel_bak in case you need it later)
5.) Using Finder (GUI) drop your new mach_kernel into the root directory (/) of your OSx86 installation.
6.) Back in the teriminal execute the following to set the permission correctly on the new kernel:
Code:
sudo chown -R root:wheel mach_kernel ; sudo chmod -R 755 mach_kernel
7.)Reboot
That's it.