summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* "fix" the gzipped kernel load problem by having the loader check that itpeter1998-10-161-22/+33
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.dfr1998-10-151-3/+3
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-141-2/+3
* Make the ELF load messages cleaner.peter1998-10-131-8/+17
* Only print kernel entry point during load.peter1998-10-121-62/+76
* Implement preloading for elf modulespeter1998-10-091-33/+129
* First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-021-13/+126
* ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-301-0/+276
OpenPOWER on IntegriCloud