디버깅을 좀 해야 할것 같네요..

우선 뿌려 주신 메시지중에 중요한부분은 맨 아래부분의 숫자로 나와 있는 부분이 됩니다.

: Backtrace:
: Function entered at [] from []
: r6 = C0189428 r5 = 00000000 r4 = 00000000
: Function entered at [] from []
: r5 = 00000000 r4 = 00000000
: Function entered at [] from []
: r5 = C01AD588 r4 = C001734C
: Function entered at [] from []
: Function entered at [] from []
: r4 = 00000000
: Function entered at [] from []
: Function entered at [] from []
: r4 = 00000000
: Code: e59f3180 e1a00006 e58631a0 ebffff97 (e1d0e0b4)
: Kernel panic: Attempted to kill init!
:

위에 보시면 숫자 나와 있는 부분 있지 않습니까?

entered at [<숫자>]

이와 같이 표현되어 있는데 여기서 <숫자>부분은 함수를 의미 합니다.

숫자와 함수가 매핑되어 있는것은 커널 컴파일 시에 생기는 System.map이라고 하는 파일에 보면 숫자와 매핑되어 있는 함수가 있습니다.

이 함수를 찾아서 디버깅 하세요..

아마 뭔가 잘못 건드리신 것이 있을듯 합니다.

그럼 수고하세요..





아이 wrote..
: 폴더 지우고 다시 함 해봤습니다..
: make menuconfig 에서는 이전버젼의 설정을 보면서 같이 했습니다...
: 부팅시 뜨는 메시지입니다..
:
:
: WELCOME EZBOOT Ver 1.7.............................
: Program By You Young-chang, fooji ( J.D&T Co.,Ltd )
: Last Modify 2002.01.22
:
: Flash Information:
: 'Intel 3V StrataFlash 28F128J3A' detected at 00000000.
: Total size is 16MB(128Mb * 1)
:
: CS8900 Init...............
: CS8900 Mac Address : [00 D0 CA F1 26 25]
: CS8900 DECTECT VALUE : [00003000]
: CS8900 INIT OK!!!
:
: Copy Image ...
: Starting kernel ...
: Uncompressing Linux....................................................
: done, booting the kernel.
: Linux version 2.4.18-rmk7-ez1 (root@oenter) (gcc version 2.95.2 20000313
: (Debian GNU/Linux)) #10 월 10월 28 11:01:27 KST 2002
: CPU: Intel StrongARM-1110 revision 8
: Machine: EZBOARD
: Security risk: creating user accessible mapping for 0x00000000 at
: 0xe8000000
: Security risk: creating user accessible mapping for 0x10000000 at
: 0xf0000000
: Security risk: creating user accessible mapping for 0x18000000 at
: 0xf0100000
: Security risk: creating user accessible mapping for 0x40000000 at
: 0xf0200000
: Security risk: creating user accessible mapping for 0x41700000 at
: 0xf0300000
: Security risk: creating user accessible mapping for 0x48000000 at
: 0xf0400000
: On node 0 totalpages: 8192
: zone(0): 8192 pages.
: zone(1): 0 pages.
: zone(2): 0 pages.
: Kernel command line: root=1f04
: Warning: uninitialized Real Time Clock
: Console: colour dummy device 80x30
: Calibrating delay loop... 147.04 BogoMIPS
: Memory: 32MB = 32MB total
: Memory: 26400KB available (1236K code, 413K data, 64K init)
: Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
: Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
: Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
: Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
: POSIX conformance testing by UNIFIX
: Linux NET4.0 for Linux 2.4
: Based upon Swansea University Computer Society NET3.039
: Initializing RT netlink socket
: CPU clock: 221.200 MHz (59.000-287.000 MHz)
: Starting kswapd
: JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis
: Communications AB.
: ttySA0 at MEM 0x80050000 (irq = 17) is a SA1100
: Unable to handle kernel NULL pointer dereference at virtual address
: 00000004
: pgd = c0004000
: *pgd = 00000000, *pmd = 00000000
: Internal error: Oops: 0
: CPU: 0
: pc : [] lr : [] Not tainted
: sp : c0267f60 ip : c0267f60 fp : c0267f78
: r10: 0000001f r9 : 6901b118 r8 : c0158c48
: r7 : c0189424 r6 : c0253800 r5 : ffffffff r4 : 00000000
: r3 : c0185de8 r2 : 00410032 r1 : 00011170 r0 : 00000000
: Flags: nZcv IRQs on FIQs on Mode SVC_32 Segment kernel
: Control: C000717F Table: C000717F DAC: 0000001D
: Process swapper (pid: 1, stackpage=c0267000)
: Stack: (0xc0267f50 to 0xc0268000)
: 7f40: c0011afc c0011afc 40000013
: ffffffff
: 7f60: 00000000 00000000 c0189428 c0267f94 c0267f7c c0011c90 c00119e8
: c015bb5c
: 7f80: 00000000 00000000 c0267fac c0267f98 c0010cd4 c0011c88 c001734c
: c01ad588
: 7fa0: c0267fbc c0267fb0 c000e85c c0010c38 c0267fd0 c0267fc0 c00088fc
: c000e82c
: 7fc0: 00000000 c0267fe0 c0267fd4 c0008944 c00088f0 c0267ff4 c0267fe4
: c0018228
: 7fe0: c0008924 00000000 00000000 c0267ff8 c0019c08 c0018224 00000000
: 00000000
: Backtrace:
: Function entered at [] from []
: r6 = C0189428 r5 = 00000000 r4 = 00000000
: Function entered at [] from []
: r5 = 00000000 r4 = 00000000
: Function entered at [] from []
: r5 = C01AD588 r4 = C001734C
: Function entered at [] from []
: Function entered at [] from []
: r4 = 00000000
: Function entered at [] from []
: Function entered at [] from []
: r4 = 00000000
: Code: e59f3180 e1a00006 e58631a0 ebffff97 (e1d0e0b4)
: Kernel panic: Attempted to kill init!
:
:
: 못보던 숫자들도 막 나오고...
: 뭐가 잘못된건지요...
: 답변 부탁드리겠습니다..
: 수고하세요...