freebsd-src/sys/boot/i386
Peter Wemm 2e06076f23 First shot at loading elf symbols. Things are a bit strange because
of the ..umm.. "wierd" way binutils lays out the file.  The section
headers are nearly at the end of the file and this is a problem when
loading from a .gz file which can't seek backwards (or has a limited
reverse seek, ~2K from memory).

This is intended to be compatable with the ddb/db_elf.c code and the
alpha/libalpha/elf_freebsd.c layout.  I've studied these (which are NetBSD
derived) but did it a bit differently.  Naturally the process is similar
since it's supposed to end up with the same result.
1998-10-02 08:04:56 +00:00
..
btx Make these compile when there is an obj dir. 1998-09-25 17:14:16 +00:00
libi386 First shot at loading elf symbols. Things are a bit strange because 1998-10-02 08:04:56 +00:00
loader Override STRIP so installation doesn't try to strip the loader. 1998-10-01 09:57:09 +00:00
Makefile Initial integration of the i386 bootloader and BTX. 1998-09-17 23:52:16 +00:00