| ||||||||
Forum Archive Old/outdated threads will end up here.
| | LinkBack | Thread Tools | Display Modes |
(#141)
|
| Junior Member Posts: 5 Join Date: Nov 2009 | Hi could you at least release the source code for your "diffs" for Chameleon or post it up in VodoooMessage Board. i want to take a look at the diffs myself and check on how you did it or at least post them up For your information , I did update your boot file manually and other things and it did not work out. So if you did something to chameleon do share out the source code on how you've patched it , etc |
| |
(#142)
|
| Junior Member Posts: 1 Join Date: Nov 2009 | I agree with prasys, so we have a way of fixing it for all atoms and not just the netbooks that you support. I did just try to run your installer and did pick the default behavor beside the dsdt part as i allready have a pritty custom dsdt... And it did no change on my Zotac IONITX mobo with the atom 330... I still cant boot the 10.6.2 kernel on that.. |
| |
(#143)
|
| Junior Member Posts: 17 Join Date: Oct 2009 | |
| |
(#144)
|
| Senior Member Posts: 153 Join Date: Sep 2009 | I have installed 10.6.2-ComboUpdate using the new NetBookInstaller 0.8.3. RC4, it works great. Thank you very much, Meklort! Short question: If I boot my Mini10v I get a message like this(on the white screen, before the apple-logo-appears): "Enabling ramdisk: No preboot ramdisk, no loading postboot ramdisk" What does this mean? Otherwise, 10.6.2 seems to work very smooth. I have realized that WLAN appears after sleep immediately. This is great, because you don't have to wait to surf in the internet. After sleep, bluetooth seems to restart new again every time (it takes 20 seconds). Unforatunately the boot-time of 10.6.2 is worse than on 10.6.1. My Mini10v takes 1:55 minutes (!) until OSX appears and WLAN is ready. I have timed this from pushing the power-button of the Mini10v, until the OSX desktop apperead and WLAN was ready in the finder-bar. |
| |
(#145)
|
| Senior Member Posts: 282 Join Date: Jul 2009 | Agreed! Worked great on my Mini9. Mini 10v | 2 gigs memory | 500 gig HD | BT | 10.6.3 & Windows 7 Professional Dual Boot |
| |
(#146)
|
| Junior Member Posts: 4 Join Date: Sep 2009 | I just ran NetBookInstaller 0.8.3. RC4 and when I went to reboot it hung up with pinwheel and didn't shut down. Anyone else see this it on a 10v? |
| |
(#147)
|
| Senior Member Posts: 364 Join Date: Dec 2008 | Quote:
![]() | |
| |
(#148)
|
| Junior Member Posts: 1 Join Date: Nov 2009 | I agree with prasys. I tested it on my s10 using the modded boot files and it did not work. Please post your src to this patch. So we may all benefit. Thanks! |
| |
(#149)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | Quote:
Code: /*
* Copyright (c) 2009 Evan Lojewski. All rights reserved.
*
*/
#include "libsaio.h"
#include "patch.h"
extern void* binaryOffset;
struct patch_entry
{
char *addr;
char byte;
char oldByte;
};
// Kernel path by tea
struct patch_entry patch_table[] =
{
{ (char*) 0x005E6A8A, 0x31, 0x83 },
{ (char*) 0x005E6A8B, 0xC0, 0xE8 },
{ (char*) 0x005E6A8C, 0x40, 0x0D },
{ (char*) 0x00000000, 0x00, 0x00 }
};
void patch_kernel(void* kernel_addr)
{
int i;
for(i = 0; patch_table[i].addr != 0; i++)
{
char* addr = (unsigned long)kernel_addr + patch_table[i].addr - (unsigned long)binaryOffset;
if(((*addr) & 0xFF) != (patch_table[i].oldByte & 0xFF))
{
verbose("Failed to match 0x%X with 0x%X\n", *addr & 0xFF, patch_table[i].oldByte & 0xFF);
return;
}
}
for(i = 0; patch_table[i].addr != 0; i++)
{
char* addr = (unsigned long)kernel_addr + patch_table[i].addr - (unsigned long)binaryOffset;
verbose("Replacing 0x%X with 0x%X at 0x%X\n", *addr & 0xFF, patch_table[i].byte & 0xFF, addr, patch_table[i].byte & 0xFF);
*(addr) = (patch_table[i].byte & 0xFF);
}
} Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06 My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me. | |
| |
(#150)
|
| Senior Member Posts: 258 Join Date: Jan 2009 | Quote:
Followed the instructions as above. It JUST WORKS! Note: Speedstep works well with 10.6.2. meklort et al, what would we do without you?! 32GB STEC SSD : 2GB RAM NBI Version : Latest SpeedStep : [Enabled] USB Legacy support : [Disabled] | |
| |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.mydellmini.com/forum/forum-archive/15050-osx-10-6-2-a.html | ||||
| Posted By | For | Type | Date | |
| fscklog: Sammelsurium: iPhone/Privacy.A, Netbook-Kerneleien für 10.6.2, GPS-Halterung für iPod touch, Psystar-Sage, etc. | This thread | Refback | 11-12-2009 08:44 AM | |
| Osx 10.6.2 - Page 13 | This thread | Refback | 11-12-2009 08:12 AM | |
| Lenovo IdeaPad S Series Forum • View topic - Snow Leopard Installation Guide with NetbookBootMaker | This thread | Refback | 11-12-2009 07:51 AM | |
| Fix for Netbook Hackintoshes in the Works, Temporary Fix Already Available - NetBooks - Lifehacker | This thread | Refback | 11-12-2009 06:59 AM | |
| Acer Aspire One User Forum • View topic - Snow Leopard D250 the-kn3pp-way | This thread | Refback | 11-12-2009 05:28 AM | |
| Bloggliv – Hackintosh slutar fungera med OS X 10.6.2 – det finns en lsning | Post #19 | Pingback | 11-12-2009 04:35 AM | |
| Google Reader - Lifehacker | This thread | Refback | 11-11-2009 10:17 PM | |
Copyright © 2008-2011 MyDellMini.com.










Linear Mode
