시스템이 64비트 또는 32비트로 부팅할 수 있는지 다음 명령어로 확인
# isalist
만약 "sparcv9"를 볼 수 없다면 64비트로 부팅할 수없다.
현재 64비트 모드인지 32비트 모드인지 볼려면
# isainfo -v
만약 다음과 같이 출력된다면
64-bit sparcv9 application
32-bit sparc application
64비트로 운영중이다.
만약 다음과 같이 출력된다면
32-bit sparc application
32비트로 부팅되어 있는 상태이다.
ok> prompt상에서 다음명령어로 모드를 바꿀 수있다.
32비트로 부팅하기 위해서
ok> setenv boot-file kernel/unix
64비트로 부팅하기 위해서
ok> setenv boot-file kernel/sparcv9/unix
Q8. What about UltraSPARC(TM) processors less than 200 MHz?
On systems containing 200MHz or lower UltraSPARC-I processors, the 32-bit kernel is booted by default. Configuring these systems to boot 64-bit requires an extra step. The file /platform/sun4u/boot.conf must have the following line uncommented:
ALLOW_64BIT_KERNEL_ON_UltraSPARC_1_CPU=true
Before making this modification, read Sun's disclaimer on this modification also in the /platform/sun4u/boot.conf file.
Note: With either the OBP variable boot-file set to kernel/sparcv9/unix or with the OBP boot command line argumented with kernel/sparcv9/unix the system will boot to the 64-bit kernel regardless of the setting in boot.conf. Only when either of these options are not utilized will there be a dependency on the boot.conf file.
# isalist
만약 "sparcv9"를 볼 수 없다면 64비트로 부팅할 수없다.
현재 64비트 모드인지 32비트 모드인지 볼려면
# isainfo -v
만약 다음과 같이 출력된다면
64-bit sparcv9 application
32-bit sparc application
64비트로 운영중이다.
만약 다음과 같이 출력된다면
32-bit sparc application
32비트로 부팅되어 있는 상태이다.
ok> prompt상에서 다음명령어로 모드를 바꿀 수있다.
32비트로 부팅하기 위해서
ok> setenv boot-file kernel/unix
64비트로 부팅하기 위해서
ok> setenv boot-file kernel/sparcv9/unix
Q8. What about UltraSPARC(TM) processors less than 200 MHz?
On systems containing 200MHz or lower UltraSPARC-I processors, the 32-bit kernel is booted by default. Configuring these systems to boot 64-bit requires an extra step. The file /platform/sun4u/boot.conf must have the following line uncommented:
ALLOW_64BIT_KERNEL_ON_UltraSPARC_1_CPU=true
Before making this modification, read Sun's disclaimer on this modification also in the /platform/sun4u/boot.conf file.
Note: With either the OBP variable boot-file set to kernel/sparcv9/unix or with the OBP boot command line argumented with kernel/sparcv9/unix the system will boot to the 64-bit kernel regardless of the setting in boot.conf. Only when either of these options are not utilized will there be a dependency on the boot.conf file.