haiku/headers/private/kernel/boot
François Revol 56c6c0fefb - introduced an "argumetns" field in stage2_args to hold command line args from chaining loader,
- added some multiboot support code:
	- dump some of the passed info,
	- parse command line (skip the 'kernel' name and pass the rest to stage2_args.arguments),
- added an add_stage2_driver_settings() function which takes stage2_args.arguments and translates it into safe mode driver settings, a bit dumb for now.
This allows using qemu -kernel haiku_loader -append 'debug_screen true' and get debug output without having to enter the menu (once multiboot info is used to determine the boot device too).
The idea is to allow passing driver settings and using them to pass extra stuff (like 'force_keymap fr' and other stuff for demo), and to help automate tests ('run_test /bin/sometest').
This should answer Axel's question :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32076 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-03 14:39:41 +00:00
..
net Made the remote_disk_server build under R5. 2007-08-14 14:54:09 +00:00
platform [GSoC] [ARM] Patch by Johannes Wischert. 2009-07-22 18:10:06 +00:00
addr_range.h * Instead of its home-brewn solution, mmu_init() now uses the functions declared 2007-01-08 12:14:06 +00:00
arch.h * Introduced new build system variables 2005-12-30 21:20:07 +00:00
bootdir.h
disk_identifier.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
driver_settings.h
elf.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
FileMapDisk.h Work in progress to pass the image extents to the kernel, 2008-11-01 20:39:14 +00:00
heap.h
images.h Patch by David Powell: 2008-08-28 16:59:34 +00:00
kernel_args.h * Enlarged a single kernel_args chunk to 32 KB (was 16 KB). 2008-09-22 15:36:46 +00:00
menu.h
partitions.h Add FAT32 support. This allows the bootloader to find a BFS image file (currently named BEOS\IMAGE.BE) and start booting for it, until the kernel tries to mount the boot partition. 2008-10-15 23:54:04 +00:00
platform.h * The boot loader now adds all block devices in case the BIOS doesn't give enough 2006-03-27 14:50:37 +00:00
stage2_args.h - introduced an "argumetns" field in stage2_args to hold command line args from chaining loader, 2009-08-03 14:39:41 +00:00
stage2.h
stdio.h
vfs.h Work in progress to pass the image extents to the kernel, 2008-11-01 20:39:14 +00:00