Re: [PATCH/RFC] *BSD kernel debugging

2004-05-18 Thread Mark Kettenis
Date: Mon, 17 May 2004 13:04:17 -0700 From: Marcel Moolenaar <[EMAIL PROTECTED]> > All that's needed is a bit of new code (bsd-kvm.[ch]) and a support > function in the appropriate *-nat.c file; because it is built on top > of kvm(3) this is native-only. I've added a preliminary pa

[PATCH/RFC] *BSD kernel debugging

2004-05-17 Thread Mark Kettenis
FreeBSD, NetBSD and OpenBSD all provide the kvm(3) interface for debugging kernel virtual memory images: kernel crash dumps and live kernels. All three include support for this interface in the version of GDB bundled with the OS, but this code was never contributed back. I've recently implemented

Re: Booting FreeBSD from extended partitions

2002-07-21 Thread Mark Kettenis
From: "Artem 'Zazoobr' Ignatjev" <[EMAIL PROTECTED]> Date: Sun, 21 Jul 2002 18:06:24 +0400 On Sun, Jul 21, 2002 at 02:09:52AM -0400, Brad Laue wrote: >> I'm currently trying to make FreeBSD boot from extended >> partitions (of course, with help of boot mgr - in my case that's Wi