Jump to content

dove metto il kernel?


pcgame
 Share

12 posts in this topic

Recommended Posts

Giusto per specificare, non si sa mai..

La root è la directory principale dell'HD, quella che corrisponde a C:\ su Windows, insomma.

Nel Finder viene visualizzata chiamandolo "HD", nel terminale invece ha il simbolo /.

Sherry Haibara

Link to comment
Share on other sites

Kernel Install Guide:

open terminal window.

 

sudo -s

mv /mach_kernel /mach_kernel.old (serve per backupppare il vecchio kernel)

cp /path/to/mach_kernel / (es. cp users/"utente"/desktop/mach_kernel /)

chmod 777 /mach_kernel

chown 0:0 /mach_kernel

reboot

 

ciao

Davide

Link to comment
Share on other sites

Grazie Davides,ma volevo chiederti una cosa: allora

apri il terminale:

 

sudo -s

mv /mach_kernel /mach_kernel.old (e backuppi il vecchio kernel)

cp /path/to/mach_kernel / (es. cp users/"utente"/desktop/mach_kernel /)

cosa vuol dire questo?

intendeesti così cp /path/to/mach_kernel / cp users/fabrizio/desktop/mach_kernel /

o in un altro modo?

Link to comment
Share on other sites

 Share

×
×
  • Create New...