haiku/src/system/boot/loader
Ingo Weinhold 6b202f4e3d * Introduced new header directory headers/private/system which is supposed
to contain headers shared by kernel and userland (mainly libroot).
* Moved quite a few private kernel headers to the new location. Split
  several kernel headers into a shared part and one that is still kernel
  private. Adjusted all affected Jamfiles and source in the standard x86
  build accordingly. The build for other architectures and for test code
  may be broken.
* Quite a bit of userland code still includes private kernel headers.
  Mostly those are <util/*> headers. The ones that aren't strictly
  kernel-only should be moved to some other place (maybe
  headers/private/shared/util).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-05-14 03:55:16 +00:00
..
file_systems Fix the build. 2008-05-09 15:56:37 +00:00
net propagate required settings for the remote disk from boot loader to kernel (client-ip, server-ip, server-port) 2007-01-12 22:27:48 +00:00
elf.cpp * Fixed warnings due to the NULL change. 2008-03-27 13:46:52 +00:00
elf.h * Introduced new build system variables 2005-12-30 21:20:07 +00:00
heap.cpp * If DEBUG_ALLOCATIONS is defined, freed memory is now filled with 0xcc, 2007-12-27 16:56:28 +00:00
Jamfile * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
kernel_args.cpp * Instead of its home-brewn solution, mmu_init() now uses the functions declared 2007-01-08 12:14:06 +00:00
load_driver_settings.cpp Allow building the BootLoaderTest (and zlib) for BeOS. 2007-07-07 01:28:04 +00:00
load_driver_settings.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
loader.cpp [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
loader.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
main.cpp [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
menu.cpp added more debug output 2007-12-26 22:35:26 +00:00
menu.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
partitions.cpp * Moved code to remove the parent to the Partition destructor - this should fix 2007-12-27 18:20:33 +00:00
RootFileSystem.cpp * Removed my old doubly linked list implementation, and stay with Ingo's. 2006-03-27 10:27:05 +00:00
RootFileSystem.h * Removed my old doubly linked list implementation, and stay with Ingo's. 2006-03-27 10:27:05 +00:00
stdio.cpp Fixed fputc() for the PPC platform (would only write null bytes due to 2006-01-25 19:45:10 +00:00
vfs.cpp * Fixed warnings due to the NULL change. 2008-03-27 13:46:52 +00:00