haiku/headers/private/kernel/boot
Axel Dörfler 840ed4b067 Added a dummy member of the platform_kernel_args structure: obviously, the
kernel didn't count an empty structure, while the boot loader reserved
4 bytes for it - dunno why, a _PACKED everywhere didn't help; it's probably
a compile option issue.
To be on the safe side always, I've now added this dummy.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7278 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-04-21 01:32:44 +00:00
..
platform Added a dummy member of the platform_kernel_args structure: obviously, the 2004-04-21 01:32:44 +00:00
bootdir.h Move boot headers into their own private directory (for now, they are still 2003-05-03 03:43:30 +00:00
elf.h We also need the size of the dynamic section. 2004-04-21 01:27:02 +00:00
heap.h heap size is now part of stage2_args. 2003-10-07 22:10:55 +00:00
kernel_args.h Fixed addr_range structure: struct name didn't match typedef name, now uses 2004-04-21 01:29:55 +00:00
partitions.h Now uses the DoublyLinked::List class instead of the C list stuff. 2003-10-14 00:26:04 +00:00
platform.h Added platform_start_kernel() prototype. 2004-04-20 23:41:38 +00:00
stage2_args.h heap size is now part of stage2_args. 2003-10-07 22:10:55 +00:00
stage2.h Added definition for the gKernelEntry variable. 2004-04-20 23:40:57 +00:00
stdio.h Missing boot loader headers. 2003-09-03 01:53:41 +00:00
vfs.h Removed the AddNode() method from the Directory class. 2003-10-21 03:55:53 +00:00