haiku/headers/private/kernel/boot
Ingo Weinhold 957a1b17eb * Introduced new build system variables
{HAIKU,HOST,TARGET}_KERNEL_PIC_{CC,LINK}FLAGS which define the
  compiler/linker flags specifying the kind of position independence
  the kernel shall have. For x86 we had and still have -fno-pic, but the
  PPC kernel has -fPIE (position independent executable) now, as we
  need to relocate it.
* The boot loader relocates the kernel now. Mostly copied the relocation
  code from the kernel ELF loader. Almost completely rewrote the PPC
  specific relocation code, though. It's more correct and more complete now
  (some things are still missing though).
* Added boot platform awareness to the kernel. Moved the generic
  Open Firmware code (openfirmware.c/h) from the boot loader to the kernel.
* The kernel PPC serial debug output is sent to the console for the time
  being.
* The PPC boot loader counts the CPUs now and allocates the kernel stacks
  (made OF device iteration a bit more flexible on the way -- the search
  can be restricted to subtree). Furthermore we really enter the kernel...
  (Yay! :-) ... and crash in the first dprintf() (in the atomic_set()
  called by acquire_spinlock()). kprintf() works, though.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15756 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-30 21:20:07 +00:00
..
net Added a mini networking stack to the boot loader. It speaks basic ARP, 2005-12-27 22:01:33 +00:00
platform * Introduced new build system variables 2005-12-30 21:20:07 +00:00
addr_range.h Added the prototype for insert_address_range() that can be used for the 2004-10-19 16:57:19 +00:00
arch.h * Introduced new build system variables 2005-12-30 21:20:07 +00:00
bootdir.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
disk_identifier.h Some work on the boot disk identification: the kernel_args structure has 2004-11-15 17:59:15 +00:00
driver_settings.h Added driver_settings support to the kernel_args structure. 2005-01-10 07:36:08 +00:00
elf.h * Introduced new build system variables 2005-12-30 21:20:07 +00:00
heap.h heap size is now part of stage2_args. 2003-10-07 22:10:55 +00:00
kernel_args.h Removed unused kernel_args fields. 2005-12-30 17:56:52 +00:00
menu.h Removed platform_boot_device_is_image() again; it's now replaced by a field 2005-10-14 21:22:19 +00:00
partitions.h The boot loader now has special support for being booted from a boot image 2005-10-14 11:34:18 +00:00
platform.h * platform_allocate_region() has a new boolean parameter "exactAddress" 2005-12-29 01:50:23 +00:00
stage2_args.h heap size is now part of stage2_args. 2003-10-07 22:10:55 +00:00
stage2.h gKernelEntry is no longer necessary. 2004-05-31 23:11:47 +00:00
stdio.h Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
vfs.h The boot loader now has special support for being booted from a boot image 2005-10-14 11:34:18 +00:00