Kernal Parameters

How will you tune the kernal parameters? How will you change 32 bit kernal to 64 bit kernal and vice versa?

Questions by nagarjuna1502

Showing Answers 1 - 3 of 3 Answers

  • To boot in 32-bit mode (if not the default):

    setenv boot-file /kernel/unix
    (or, if that does not work, use /platform/sun4u/kernel/unix )
    boot

  • To boot in 64-bit mode (if not the default):

    setenv boot-file /kernel/sparcv9/unix
    (or, if that does not work, use /platform/sun4u/kernel/sparcv9/unix )
    boot

  • To go back to the default (empty) setting:

    set-default boot-file
    boot
  •   Was this answer useful?  Yes

    Give your answer:

    If you think the above answer is not correct, Please select a reason and add your answer below.

     

    Related Answered Questions

     

    Related Open Questions