File:
[NetBSD Developer Wiki] /
wikisrc /
tutorials.mdwn
Revision
1.32:
download - view:
text,
annotated -
select for diffs
Wed Feb 18 16:00:10 2015 UTC (7 years, 11 months ago) by
gson
Branches:
MAIN
CVS tags:
HEAD
Heavy-handed cleanup of the pages related to kernel debugging with
QEMU. There are two such pages:
https://wiki.netbsd.org/kernel_debugging_with_qemu/ didn't actually
contain any instructions for debugging with qemu, despite the name,
only instructions for creating a hard disk image for use qith qemu,
and even those where incomplete.
https://wiki.netbsd.org/netbsd_kernel_development_setup/, on the other
hand, did contain instructions for debugging with qemu, with two
alternative methods for setting up the disk image, one of which was a
duplicate of the incomplete instructions in kernel_debugging_with_qemu.
I have now updated the qemu debugging instructions to work with recent
versinos of qemu and -current, tested them on both NetBSD and Linux
hosts, and moved them to the kernel_debugging_with_qemu page to make
the page title better match the content. I also removed the
incomplete disk image creation instructions (from both places). The
netbsd_kernel_development_setup page is hereby obsoleted and now
contains only a reference to the kernel_debugging_with_qemu page.