/haiku/src/system/boot/platform/atari_m68k/ |
H A D | start.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/boot/loader/ |
H A D | elf.h | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | loader.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | Jamfile | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/headers/private/kernel/boot/ |
H A D | arch.h | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | elf.h | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | kernel_args.h | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/boot/platform/amiga_m68k/ |
H A D | start.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/headers/private/kernel/ |
H A D | elf_priv.h | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | start.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | smp.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/boot/platform/openfirmware/ |
H A D | start.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/boot/platform/u-boot/ |
H A D | start.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/device_manager/ |
H A D | legacy_drivers.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/ |
H A D | module.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
H A D | elf.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|
/haiku/src/system/kernel/vm/ |
H A D | vm.cpp | f1244978152350f9cc010e766d09c2e9ad34dfce Fri Jun 22 18:24:51 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Added an ELF64 version of preloaded_image.
* There is now 2 structures, preloaded_elf32_image and preloaded_elf64_image, which both inherit from preloaded_image. * For now I've just hardcoded in use of preloaded_elf32_image, but the bootloader ELF code will shortly be converted to use templates which use the appropriate structure. The kernel will be changed later when I add ELF64 support to it. * All kernel_args data is now compatible between 32-bit and 64-bit kernels.
|