From: Jeff D. <jd...@ka...> - 2000-04-15 02:07:50
|
wst...@po... said: > Just _how_ did you chop the kernel size in half? *smile* Lots of > debugging symbols gone? As I said in my private reply, I decided to compile the kernels with debugging off and strip them. > Initializing stdio console driver > Initializing software serial port version 0 > Kernel panic: Out of pty's in getmaster I made the serial device start using pts ttys rather than /dev/pty*, so this can't happen again. The downside is that minicom refuses to connect to it. It won't deal with anything except /dev/pty??. xterm looks like it has the same mentality. I didn't want to lose the virtual consoles, so I didn't convert the console driver to pts. > usermode:~# dd if=/dev/zero of=/dev/null > dd: /dev/zero: Bad address > 0+0 records in 0+0 records out I thought I just needed to configure in the zero device. It turns out that one of my basic user data access was broken. This stuff will be in the next release. Jeff |