From: Dustin M. <du...@se...> - 2001-05-16 20:56:40
|
I'm having some trouble with the 2.4.4 kernel that didn't exist under previous kernel versions. When the kernel begins executing user space commands, immediately after mounting the initial ramdisk, I get stuck in an infinite loop of data address exceptions (exception code 0xE0). At first I thought it may be devfs or or something similar, but those options have been disabled and the same problem occurs. Likewise I rebuilt all the user space stuff with the 2.4.4 kernel headers. I've tried both the Big Sur port and just the "Bare CPU" target with essentially nothing in the kernel. Has anyone else been experiencing similar problems with 2.4.4 or know what the problem may be? Dustin. Here is a transcript of the boot messages.... *********************************************************************** .... block: queued sectors max/low 34682kB/11560kB, 128 slots per queue RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize RAMDISK: Compressed image found at block 0 Freeing initrd memory: 10240k freed SuperH SCI(F) driver initialized ttySC0 at 0xffe00000 is a SCI ttySC1 at 0xffe80000 is a SCIF NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 4096 bind 4096) VFS: Mounted root (ext2 filesystem). Freeing unused kernel memory: 28k freed INIT: *********************************************************************** It is dead now... |