]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial support for dealing with an elf /kernel. This is a loose hybrid
authorPeter Wemm <peter@FreeBSD.org>
Sat, 30 Aug 1997 23:35:00 +0000 (23:35 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 30 Aug 1997 23:35:00 +0000 (23:35 +0000)
commit046e06a57c17c8f7a3198e3b8270b414d1d00149
treeed5310a819a8d42d7af1919f7760ae97014f5d8a
parent8c05a446bf0dd9c8666f7d4398a0e7dd652c8378
Initial support for dealing with an elf /kernel.  This is a loose hybrid
of OpenBSD's elf nlist code for this, and our a.out version.  The OpenBSD
version was mainly a seek/read system with a mmap of the string table,
this one simply mmap's the lot (like the a.out version).

Obtained from:  a fair chunk from OpenBSD
usr.sbin/kvm_mkdb/Makefile
usr.sbin/kvm_mkdb/nlist.c