Date: Wed, 7 Oct 1998 19:06:04 -0400 (EDT) From: Brian Feldman <green@zone.syracuse.net> To: Doug Rabson <dfr@nlsystems.com> Cc: Brian Feldman <green@unixhelp.org>, current@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.BSF.4.04.9810071904140.10855-100000@zone.syracuse.net> In-Reply-To: <Pine.BSF.4.01.9810072102460.361-100000@herring.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I meant, how does it _look_, because it seems to work just fine, despite lower-level kldload things not working. such as, green_Saver kldloading will cause a trap 12 in IP 0xf012929d, lookup_symbol I believe. No working panics, so no good debugging :( Lemme guess, you can't panic on a DDB trap? Cheers, Brian Feldman On Wed, 7 Oct 1998, Doug Rabson wrote: > On Wed, 7 Oct 1998, Brian Feldman wrote: > > > How does this work, as a translation of elf_machdep.c from alpha, to i386? > > > > Note: kldload still doesn't work right..... > > It looks reasonable at first inspection. You can use 'objdump --reloc' to > list the types of relocation in the object you are trying to load. The > easiest way to debug this stuff is to put a breakpoint in elf_reloc and > simply examine each one. For a small test module, there won't be very > many. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 951 1891 > Fax: +44 181 381 1039 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.04.9810071904140.10855-100000>