Jump to content

AnV XNU Kernel V1.4


Andy Vandijck
 Share

AnV Kernel reliable  

211 members have voted

  1. 1. Does the kernel work fine for you?

    • Yes
      133
    • Reasonable
      47
    • No
      31
  2. 2. Did the installer work fine for you?

    • Yes
      146
    • No, fixed it manually
      40
    • No
      25
  3. 3. Which cpu do you use?

    • Intel with HPET and SSE3
      83
    • Intel with SSE3
      37
    • Older Intel
      22
    • AMD with SSE3
      66
    • Older AMD
      3


383 posts in this topic

Recommended Posts

If you can only boot with -f try forcefully rebuilding your extensions cache with the following command under Terminal:

sudo touch /System/Library/Extensions

 

Andy,

 

I tried your suggestion (I was using the "-f" option too) but it didn't work. I got my first KP with you kernel... :) Same KP as the one reported by appleos some posts above (in pmap.c function).

My system is a P4 HT/SSE3/HPET. Any suggestions?

 

Thank you again for your help!

 

BR,

Link to comment
Share on other sites

When trying to compile voodoobuild_AnV_0.3.2 I get the error:

 

[1] Processing boostrap_cmds (bootstrap_cmds-60.1)

Extracting (bootstrap_cmds-60.1.tar.gz)...

Building...

Makefile:11: //Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make: No such file or directory

make: *** No rule to make target `//Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make'. Stop.

ERROR

 

So I created a copy of Common.make and renamed it to BSDCommon.make

 

Now when I try to make I get this error:

 

[6] Processing XNU (Headers) (xnu-1228.9.59) (1 min) 10:05:40

Extracting (xnu-1228.9.59.tar.gz)...

Patching (xnu-1228.7.58_sandbox.diff)...

Building...

rmdir: /tmp/mig.9RMYP2: No such file or directory

MIG notify_server.h

MIG task_access_server.h

cp: memory_object_control.h: No such file or directory

make[4]: *** [/users/user/Downloads/voodoobuild-0.3.2/tools/xnu-1228.9.59/BUILD/obj/EXPORT_HDRS//mach/memory_object_control.h] Error 1

make[4]: *** Waiting for unfinished jobs....

make[3]: *** [build_exporthdrs_mi] Error 2

make[2]: *** [build_exporthdrs_mi] Error 2

make[1]: *** [build_exporthdrs_mi] Error 2

make: *** [exporthdrs_mi] Error 2

ERROR

 

Am I missing somethign?

Link to comment
Share on other sites

andy just a quick question. Does your kernel support PStates under 1Ghz for SpeedStep via IntelEnhancedSpeedStep.Kext?

Yes it should work... if it works under Voodoo it works under mine...

 

When trying to compile voodoobuild_AnV_0.3.2 I get the error:

 

[1] Processing boostrap_cmds (bootstrap_cmds-60.1)

Extracting (bootstrap_cmds-60.1.tar.gz)...

Building...

Makefile:11: //Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make: No such file or directory

make: *** No rule to make target `//Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make'. Stop.

ERROR

 

So I created a copy of Common.make and renamed it to BSDCommon.make

 

Now when I try to make I get this error:

 

[6] Processing XNU (Headers) (xnu-1228.9.59) (1 min) 10:05:40

Extracting (xnu-1228.9.59.tar.gz)...

Patching (xnu-1228.7.58_sandbox.diff)...

Building...

rmdir: /tmp/mig.9RMYP2: No such file or directory

MIG notify_server.h

MIG task_access_server.h

cp: memory_object_control.h: No such file or directory

make[4]: *** [/users/user/Downloads/voodoobuild-0.3.2/tools/xnu-1228.9.59/BUILD/obj/EXPORT_HDRS//mach/memory_object_control.h] Error 1

make[4]: *** Waiting for unfinished jobs....

make[3]: *** [build_exporthdrs_mi] Error 2

make[2]: *** [build_exporthdrs_mi] Error 2

make[1]: *** [build_exporthdrs_mi] Error 2

make: *** [exporthdrs_mi] Error 2

ERROR

 

Am I missing somethign?

It seems to be mig related...

The match interface generator generates the server and that seems to fail....

I'll upload my tools with which I generate everything (installer pkg including missing files...).

That should help you out...

Link to comment
Share on other sites

Yes it should work... if it works under Voodoo it works under mine...

 

 

It seems to be mig related...

The match interface generator generates the server and that seems to fail....

I'll upload my tools with which I generate everything (installer pkg including missing files...).

That should help you out...

 

Thank you

 

Ohh will there be any consequences or incompatibilities with using Common.make as BSDCommon.make?

Link to comment
Share on other sites

Thank you

 

Ohh will there be any consequences or incompatibilities with using Common.make as BSDCommon.make?

I'll check with mine...

I'll let you know...

Link to comment
Share on other sites

When trying to compile voodoobuild_AnV_0.3.2 I get the error:

 

[1] Processing boostrap_cmds (bootstrap_cmds-60.1)

Extracting (bootstrap_cmds-60.1.tar.gz)...

Building...

Makefile:11: //Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make: No such file or directory

make: *** No rule to make target `//Developer/Makefiles/CoreOS/ReleaseControl/BSDCommon.make'. Stop.

ERROR

 

So I created a copy of Common.make and renamed it to BSDCommon.make

 

Now when I try to make I get this error:

 

[6] Processing XNU (Headers) (xnu-1228.9.59) (1 min) 10:05:40

Extracting (xnu-1228.9.59.tar.gz)...

Patching (xnu-1228.7.58_sandbox.diff)...

Building...

rmdir: /tmp/mig.9RMYP2: No such file or directory

MIG notify_server.h

MIG task_access_server.h

cp: memory_object_control.h: No such file or directory

make[4]: *** [/users/user/Downloads/voodoobuild-0.3.2/tools/xnu-1228.9.59/BUILD/obj/EXPORT_HDRS//mach/memory_object_control.h] Error 1

make[4]: *** Waiting for unfinished jobs....

make[3]: *** [build_exporthdrs_mi] Error 2

make[2]: *** [build_exporthdrs_mi] Error 2

make[1]: *** [build_exporthdrs_mi] Error 2

make: *** [exporthdrs_mi] Error 2

ERROR

 

Am I missing somethign?

 

I have the same error after renaming the Common.make to BSDCommon.make and then compiling it. I'm using Dell D610 (Pentium M 1.73)

Link to comment
Share on other sites

I have the same error after renaming the Common.make to BSDCommon.make and then compiling it. I'm using Dell D610 (Pentium M 1.73)

Like I said... I'll get you guys my tools for compiling this...

I still need to package them up... I'll also include BSDCommon.make...

You should then have no problem making all of these...

Link to comment
Share on other sites

just wanted to tell you thank you !

 

I managed to get all my Cores working (Q5550) on my nforce790iUltra (striker II formula)

with your Kernel !!

I tried

Vanilla only cpus=1 possible

Voodoo 9.5.0 only cpus=2 possible

and with your kernel all the 4 cores are working !!!

 

 

Only one error

kernel "macmodel" boot argument not found, Mac model set as "MacBookPro5,1"

 

If you have an idea ?

 

Cheers

Link to comment
Share on other sites

just wanted to tell you thank you !

 

I managed to get all my Cores working (Q5550) on my nforce790iUltra (striker II formula)

with your Kernel !!

I tried

Vanilla only cpus=1 possible

Voodoo 9.5.0 only cpus=2 possible

and with your kernel all the 4 cores are working !!!

 

 

Only one error

kernel "macmodel" boot argument not found, Mac model set as "MacBookPro5,1"

 

If you have an idea ?

 

Cheers

Sure, if you use also my AppleSMBIOS use -nomacmodeloverride as boot argument... that will fix it...

Link to comment
Share on other sites

I used macmodel=MacPro3.1 in boot.plist

 

Something I want to mark out is I manage to get all cores working

using -f at boot without it ...

 

there is a CPU 0 caller error and KP because it cannot find ACPI driver ...

Don't why there is this kind of error but anyway with -F it's working well

 

if you have also an idea here it could be nice to read it :(

Link to comment
Share on other sites

I used macmodel=MacPro3.1 in boot.plist

 

Something I want to mark out is I manage to get all cores working

using -f at boot without it ...

 

there is a CPU 0 caller error and KP because it cannot find ACPI driver ...

Don't why there is this kind of error but anyway with -F it's working well

 

if you have also an idea here it could be nice to read it :D

Try to do a sudo touch /System/Library/Extensions ...

That should rebuild your extensions cache (force update)...

That fixed it for a friend of mine...

Link to comment
Share on other sites

I just fresh install OSX 10.5.6 (9G66) Retail on MBR partition.

now it showing as Mac Pro using AnV XNU 9.6.0 Kernel v1.4 with:

- boot string: macmodel=MacPro2,1

- stock AppleSMBIOS.kext & AppleACPIPlatform.kext

- AppleSMBIOSEFI.kext by Chun-Nan

 

th_z0r_Retail1056_screen.png

 

z0r_1056Retail_bench_07.pngz0r_1056Retail_bench_08.png

 

Thanks so much, Andy :thumbsup_anim:

Link to comment
Share on other sites

Here is what I got when I don't start in -f mode

 

Panic(cpu 0 caller 0x004329B3): "Unable to find driver for this platform: \ "ACPI\".\n"@/Users/andyvand/Downloads/Kernels/Voodoobuild-0.3.2/xnu-1228.9.59/iokit/Kernel/IOPlatformExpexrt.cpp:1411

 

But I managed to boot my computer without any quote such as -f -x -s ,...

using this Method

 

DSDT Patcher + mkext.extension with Extra Directory created

Then I put ACPIPlatform.kext in /Extra/Extensions as well as all my important modified kext

 

After that it boot without problem...strange ...

Link to comment
Share on other sites

Here is what I got when I don't start in -f mode

 

Panic(cpu 0 caller 0x004329B3): "Unable to find driver for this platform: \ "ACPI\".\n"@/Users/andyvand/Downloads/Kernels/Voodoobuild-0.3.2/xnu-1228.9.59/iokit/Kernel/IOPlatformExpexrt.cpp:1411

 

But I managed to boot my computer without any quote such as -f -x -s ,...

using this Method

 

DSDT Patcher + mkext.extension with Extra Directory created

Then I put ACPIPlatform.kext in /Extra/Extensions as well as all my important modified kext

 

After that it boot without problem...strange ...

Interesting yet weird...

I'll keep it in mind if I ever encounter anything like it...

Link to comment
Share on other sites

For some reason, when I'm using this kernel, my computer won't shut down properly. The shutdown process seems to run fine, but at the end the fans are still on.

Is there a fix for this?

 

Oh and have you gotten your tools for compiling up yet?

 

Thanks

Link to comment
Share on other sites

For some reason, when I'm using this kernel, my computer won't shut down properly. The shutdown process seems to run fine, but at the end the fans are still on.

Is there a fix for this?

 

Oh and have you gotten your tools for compiling up yet?

 

Thanks

Need to make those again...

Tools for compiling (Xcode) is back on... the rest I need to build...

As for fixing that:

Try onecore or OpenHaltRestart...

Link to comment
Share on other sites

ANV i Tried your latest 10.5.6 Voodoo It booted but then It stopped at a bank blue screen. Where the login box should have been. I can see my mouse cursor but nothing else.

Hmm... are you sure it is the kernel and not the graphics?

Try booting without an injector / EFI string just to check...

Link to comment
Share on other sites

It does work for me, -force64

o0xqhz.png

"Trust me, it works" are the right words for the question...

Link to comment
Share on other sites

Apparently im too stupid to add the macmodel=MacPro3,1 to boot.plist.

it still displays no macmodel argument found on startup and reverts it to macbookpro.

Did i do anything wrong? Heres my boot.plist:

 

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string>debug=0x100</string>

<string>macmodel=MacPro3,1</string>

<key>Graphics Mode</key>

<string>1680x1050x32@60</string>

<key>Boot Graphics</key>

<string>Yes</string>

<key>Timeout</key>

<string>3</string>

<key>Quiet Boot</key>

<string>No</string>

<key>device-properties</key>

 

And i played around with pcwiz osx86tools and modified about my mac, but even after restoring the changes in about this mac it says processor unknown now, as before it dosplayed it correctly.

any ideas how to revert that?

 

Thx in advance!

Link to comment
Share on other sites

 Share

×
×
  • Create New...