Date: Tue, 2 Apr 2002 02:51:32 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 ia64dump.c Message-ID: <200204021051.g32ApWJ52283@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/04/02 02:51:32 PST Added files: sys/ia64/ia64 ia64dump.c Log: Initial implementation of the ia64 kernel dumper. The dumper constructs an ELF image, consisting of the ELF header, for each memory region a program header, followed by the memory contents for each region. It does blocked I/O for the headers as they are typically smaller than DEV_BSIZE. Revision Changes Path 1.1 +282 -0 src/sys/ia64/ia64/ia64dump.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204021051.g32ApWJ52283>