Can't gunzip the ramdisk!!

2001-01-31 Thread Greeen-III
Hi all, I try to port Linux/MIPS. When the Ramdisk bigger than certain size, the kernel fail to gunzip it. Could you give me a way to find this bug? Thanks. * It's Green!! (¸UªL©ú) * TEL: 886-2-23776100 ext.620 * mailto:[EMAIL PROTECTED] * Working at

New Guy!!

2001-01-31 Thread Greeen-III
Greetings, I am a new guy in MIPS. I want to port Linux/MIPS. Is there any mail list I should join into? I have a trouble in gunzip the ramdisk. Appreciate in advance. ** * It's Green!! (¸UªL©ú) * TEL: 886-2-23776100 ext.620 * mailto:[EMAIL PROTECTED]

Dump the memory when fail in gunzip ramdisk

2001-02-01 Thread Greeen-III
Greetings, I boot the Linux/MIPS kernel in the emulator board. But the kernel will halt in gunzip the ramdisk. And the LCD on the emulator board will show the memory dump. Is there any possibility to make this kind of problem? I guess the reason is running out of memory. Any possibility is

pthread support!!

2001-03-15 Thread Greeen-III
Hi all, I try to run the test program which created the thread on MIPS machine. But It always halt on call libpthread.so.0. Itwas suspended when run into the thread function. Even, "printf" didn't work. I use the following for the case. Afterthe kernel load libpthread.so.0, process stopped.

Linux/MIPS high_memory!!

2001-02-06 Thread Greeen-III
All experts, I am trying to port mips to my target board. The board has two pieces of ram. One is addressed at 0x8000(bank0). The other is addressed at 0x8200(bank1). The loader will load the kernel and ramdisk to the bank0. The ramdisk seems too small. The system will halt at gunzip()

Linux/MIPS high_memory!!

2001-02-06 Thread Greeen-III
All experts, I am trying to port mips to my target board. The board has two pieces of ram. One is addressed at 0x8000(bank0). The other is addressed at 0x8200(bank1). The loader will load the kernel and ramdisk to the bank0. The ramdisk seems too small. The system will halt at gunzip()

Memory Setting with prom_meminit() in memory.c.....

2001-02-07 Thread Greeen-III
Dear all, The board I used has two pieces of RAM. The virtual address start at 0x and 0x0200 . One is 4 MB(0x ) and the other is 16 MB(0x0200 ). But orginal file is writted as the following. How could I modify this file to match my target board? Green

Can't gunzip the ramdisk!!

2001-01-31 Thread Greeen-III
Hi all, I try to port Linux/MIPS. When the Ramdisk bigger than certain size, the kernel fail to gunzip it. Could you give me a way to find this bug? Thanks. * It's Green!! (¸UªL©ú) * TEL: 886-2-23776100 ext.620 * mailto:[EMAIL PROTECTED] * Working at

New Guy!!

2001-01-31 Thread Greeen-III
Greetings, I am a new guy in MIPS. I want to port Linux/MIPS. Is there any mail list I should join into? I have a trouble in gunzip the ramdisk. Appreciate in advance. ** * It's Green!! (¸UªL©ú) * TEL: 886-2-23776100 ext.620 * mailto:[EMAIL PROTECTED]

Dump the memory when fail in gunzip ramdisk

2001-02-01 Thread Greeen-III
Greetings, I boot the Linux/MIPS kernel in the emulator board. But the kernel will halt in gunzip the ramdisk. And the LCD on the emulator board will show the memory dump. Is there any possibility to make this kind of problem? I guess the reason is running out of memory. Any possibility is

pthread support!!

2001-03-15 Thread Greeen-III
Hi all,   I try to run the test program which created the thread on MIPS machine. But It always halt on call libpthread.so.0. It was suspended when run into the thread function. Even, "printf" didn't work. I use the following for the case. After the kernel load libpthread.so.0, process

Linux/MIPS high_memory!!

2001-02-06 Thread Greeen-III
All experts, I am trying to port mips to my target board. The board has two pieces of ram. One is addressed at 0x8000(bank0). The other is addressed at 0x8200(bank1). The loader will load the kernel and ramdisk to the bank0. The ramdisk seems too small. The system will halt at gunzip()

Linux/MIPS high_memory!!

2001-02-06 Thread Greeen-III
All experts, I am trying to port mips to my target board. The board has two pieces of ram. One is addressed at 0x8000(bank0). The other is addressed at 0x8200(bank1). The loader will load the kernel and ramdisk to the bank0. The ramdisk seems too small. The system will halt at gunzip()

Memory Setting with prom_meminit() in memory.c.....

2001-02-07 Thread Greeen-III
Dear all, The board I used has two pieces of RAM. The virtual address start at 0x and 0x0200 . One is 4 MB(0x ) and the other is 16 MB(0x0200 ). But orginal file is writted as the following. How could I modify this file to match my target board? Green