haiku/src/system/boot/loader
Rene Gollent d2b49a0031 * Implement support for user input of additional safe mode options that
aren't otherwise exposed via the safe mode menus. The option can be 
found under the debug options menu, where additional settings can be 
added one at a time with the same syntax used in kernel settings files 
(i.e. disable_acpi on). 

Scrolling of the input buffer is not yet supported (will implement that 
soon), so currently the input is clamped to the size of one line. This 
shouldn't be a problem for our current set of options though.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41577 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-19 01:38:02 +00:00
..
file_systems Also initialize fCachedBlock, as it is used in the destructor. Related to 2011-01-02 14:36:25 +00:00
net boot_net: Add iSCSI initiator support 2010-09-05 22:30:41 +00:00
elf.cpp Check return value of fstat() (CID 2513). Cannot really fail in the boot 2011-01-02 14:22:32 +00:00
elf.h Implemented TODO about not loading symbols at boot. 2009-12-15 15:55:16 +00:00
FileMapDisk.cpp Init fNode (CID 10264). 2011-01-02 14:16:19 +00:00
heap.cpp * Cleanup. 2009-12-01 16:20:41 +00:00
Jamfile Patch by kaliber (ticket #6333): Removed many instances of 2010-11-05 20:31:11 +00:00
kernel_args.cpp * Enlarged chunk size to 64k - this fixes boot over the network. 2010-07-19 12:19:54 +00:00
load_driver_settings.cpp Check fstat() return value (CID 2514). 2011-01-02 22:20:18 +00:00
load_driver_settings.h Added safe mode option B_SAFEMODE_4_GB_MEMORY_LIMIT (plus a boot loader menu 2010-06-23 11:13:39 +00:00
loader.cpp Check get_node_from() return value (CID 647). 2011-01-02 22:27:10 +00:00
loader.h Reverted r27685, r27676, r27665, and r27664, the changes related to 2008-09-27 00:28:10 +00:00
main.cpp Added safe mode option B_SAFEMODE_4_GB_MEMORY_LIMIT (plus a boot loader menu 2010-06-23 11:13:39 +00:00
menu.cpp * Implement support for user input of additional safe mode options that 2011-05-19 01:38:02 +00:00
menu.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
pager.cpp A simple pager implemented on top of the generic text console interface. 2010-03-11 17:09:11 +00:00
pager.h A simple pager implemented on top of the generic text console interface. 2010-03-11 17:09:11 +00:00
partitions.cpp * Added Directory::CreateFile() which can be implemented by file systems to 2010-03-16 17:29:58 +00:00
RootFileSystem.cpp Reverted r27685, r27676, r27665, and r27664, the changes related to 2008-09-27 00:28:10 +00:00
RootFileSystem.h Reverted r27685, r27676, r27665, and r27664, the changes related to 2008-09-27 00:28:10 +00:00
stdio.cpp * Added Directory::CreateFile() which can be implemented by file systems to 2010-03-16 17:29:58 +00:00
vfs.cpp * Added Directory::CreateFile() which can be implemented by file systems to 2010-03-16 17:29:58 +00:00
vm.cpp kernel: 2010-03-11 17:46:36 +00:00