Hi, I have make it work on 2.2.13 and using a serial interface. What's the steps to debug a modular driver, how to import the symbol files? Does KDB have source level debug capability? Thanks. Regards, Olive -----Original Message----- From: Keith Owens [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 6:15 PM To: Olive Tao Cc: '[EMAIL PROTECTED]' Subject: On Fri, 29 Dec 2000 17:31:44 -0800, Olive Tao <[EMAIL PROTECTED]> wrote: >I was using kdb-v0.6-2.2.13 against Red Hat 6.1 2.2.13-13 kernel. After >several try, it always fails during kernel boot and issues error message > >LILO boot: >loading nlinux...... >uncompressing Linux... > >ran out of input data Best guess, the size of the kdb symbol table is either too small (you get warnings about invalid initialisers) or too large (uncompress runs out of room). kdb v0.6 is old and no longer supported. Newer versions of kdb use a different and better method for getting the symbol table.
