레드햇 리눅스 7.0을 다운받은 후 설치를 했습니다.
그리고 메모리를 768M(ECC)를 사용하다가 256M(ECC)를
추가하기위해서
#] cd /usr/src/linux-2.2.16
#] make menuconfig
- Processor type and features
(2GB) Maximum Physical Memory
// 이부분만 설정하고 종료
#] make dep
#] make clean
#] make bzlilo
#] cd /
#] mv System.map /boot/System.map-2.2.16-22smp
#] mv vmlinuz /boot/vmlinuz-2.2.16-22smp
// 기존 생성된 화일이름으로 mv했습니다.
// lilo에 변한것이 없기에 그냥
#] reboot
리부팅되면서 다 잘뜨다가
www login: unable to handle kernel paging request at virtual address
02000030
current->tss.cr3 = 00101000, %cr3=00101000
*pde = 00000000
Oops:0000
CPU:0
EIP:0010:<>
EFLAGS:00010206
eax: d3800000 ebx: 02000000 ecx: 00000003 edx: 00000000
esi: 00000001 edi: 0000002d ebp: 00032014 esp: c0233f20
ds: 0018 es: 0018 ss: 0018
Process swapper (pid: 0, processor no: 0, stackpage= c0233000)
stack: 0000002d 028f1edc 00000000 c016609c c021fb70 00000000 c016606c
000000dc
c0233f64 c0112106 00000000 00000001 c025b840 028f1bf6 00000001 00000000
c010af5c c0233f90 c01183e0 c0232000 00000000 c011147e c0232000 c0232000
Call Trace: <><><><>
<><><>
<><><><><>
<><><>
Code: 83 7b 30 00 0f 85 ef 00 00 00 8a 43 77 84 c0 0f 84 e4 00 00
Aiee, Killing interrupt handler
kernel panic:Attempted to kill the idle task!
In swapper task - not syncing
이란 에러가 뜨면서 멈춥니다.
컴파일을 잘못한걸까요.???
--
이 곳에 서명을 적어주십시오.
초보