freebsd-skq/sys/boot/common
Marcel Moolenaar e641a443f4 Add __elfN(relocation_offset). It holds the offset between the virtual
(link) address and the physical (load) address. Ideally, the mapping
between link and load addresses should be abstracted by the copyin(),
copyout() and readin() functions, so that we don't have to add kluges
in __elfN(loadimage)(). Then, we could also have paged virtual memory
for the kernel. This can be important under EFI, where you need to
allocate physical memory form the firmware if you want to work in all
scenarios.
2008-02-23 18:33:50 +00:00
..
bcache.c
boot.c
bootstrap.h Add __elfN(relocation_offset). It holds the offset between the virtual 2008-02-23 18:33:50 +00:00
commands.c
console.c
dev_net.c
dev_net.h
devopen.c
help.common
interp_backslash.c
interp_forth.c
interp_parse.c
interp.c
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c
load_elf.c Add __elfN(relocation_offset). It holds the offset between the virtual 2008-02-23 18:33:50 +00:00
load.c
loader.8 Document the per-arch default value of kern.maxbcache. 2007-11-08 11:59:38 +00:00
ls.c
Makefile.inc
merge_help.awk
misc.c
module.c
newvers.sh
panic.c
pnp.c
reloc_elf32.c
reloc_elf64.c
reloc_elf.c
ufsread.c Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is 2007-10-26 21:02:31 +00:00