Jump to content
8 posts in this topic

Recommended Posts

my patch apply in my systeme is

 

Last login: Thu Dec 29 13:00:18 on ttyp1

Welcome to Darwin!

eric1103:~ erictremblay$ strings -a /mach_kernel | grep -i maxxuss

MAXXUSS SSE3-Emulator v3.0-pre18F1111A

MAXXUSS RTC Patch 8F1111A

MAXXUSS No-NX/XD Patch 8F1111A

MAXXUSS CPUID Patch 8F1111A

eric1103:~ erictremblay$

Nom de l’ordinateur : Apple Development Platform

Modèle d’ordinateur : ADP2,1

Type de processeur : ADP2,1

Nombre de processeurs : 1

Vitesse du processeur : 1.81 GHz

Cache de niveau 2 (par processeur) : 512 Ko

Caractéristiques du processeur : FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 SSE3

Mémoire : 512 Mo

Vitesse du bus : 200 MHz

Version de la ROM de démarrage : ASUS A8N-SLI DELUXE ACPI BIOS Revision 1013 (Phoenix Technologies, LTD)

Numéro de série : Number

Numéro de commande : tem Serial Number

 

my procc is atlon xp 64 3000+ venice

 

how to change my patche in osx whit terminal i try this but no fonctionaly for me

 

mv mach_kernel.orig mach_kernel

sudo chmod -R 755 /mach_kernel

sudo chown -R root:wheel /mach_kernel

exit

exit

 

tanks

  • 3 weeks later...
it's not necessary to chown and chmod the kernel

 

but the first line with the mv mach_kernel thing doesnt see the file. even when in the root directory.

 

and even after sudo -s and password entering.

 

i have the same problem. it doesnt want to acknowledge the fact that it's there

How exactly are you copying the file over? The way I did it was, I unzipped the file to my desktop. Then do the folowing.

 

sudo mv /mach_kernel /mach_kernel.old

 

or

 

cd /

sudo mv mach_kernel mach_kernel.old

 

Then you just drad the new kernel from the desktop to the root folder.

 

Note: if you only use mv mach_kernel and you are in your user directory wont work. The mach_kernel file isn't in your user directory :)

this is weird.

after i did this, i had the mach_kernel sitting there.

 

i got kernel panic =/

 

it came up to a screen that kept getting darker and darker. and said [double panic]

 

is there any way to repair a problem like this? or am i totally screwed.

 

 

 

btw, i just reinstalled the damn thing. lol

but people are reporting better stability with the original kernel restored. so i wanna get the best out of this system.

 

all i really need are nvidia drivers :)

what i would like to know is if there's a way to boot using a particular kernel for testing purposes...then default back to the original in case things go haywire.

 

That way you're free to test which kernel works best for you, without the danger of loosing all your software, e-mail, etc.

sure! just copy the test kernel to the root directory and rename it eg. mach_kernel.test1 and so forth. If there is ever a problem, it will default the boot to mach_kernel. no need to chown or chmod the kernel.

 

you will have to type in the boot promt the kernel you would like to boot with.

sure! just copy the test kernel to the root directory and rename it eg. mach_kernel.test1 and so forth. If there is ever a problem, it will default the boot to mach_kernel. no need to chown or chmod the kernel.

 

you will have to type in the boot promt the kernel you would like to boot with.

 

 

yep...tried that. works like a charm. i just put all the kernels in the root folder.

and when i wanna try a kernel, i just type in the name with the custom extension i put on the end of it.

 

usually i name them accordingly.

 

mach_kernel.sse2

mach_kernel.sse3

mach_kernel.rtc

 

and so forth.

 

:(

×
×
  • Create New...