haiku/src/system/boot/loader
Stephan Aßmus 08e6655afe Patch by kaliber (ticket #6333): Removed many instances of
passing an additional -Wall to the compiler, which may actually
have unwanted effects. -Wall is standard by the build system.
Also, -Wno-multichar was passed unnecessarily for Haiku targets.
I didn't remove it for the bfs_shell, hope this is what Ingo meant
in the ticket.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39314 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-05 20:31:11 +00:00
..
file_systems * Fixed warnings. 2010-06-25 08:02:37 +00:00
net boot_net: Add iSCSI initiator support 2010-09-05 22:30:41 +00:00
elf.cpp Enable loading debug symbols again. The approach to use the driver settings 2009-12-30 14:55:07 +00:00
elf.h Implemented TODO about not loading symbols at boot. 2009-12-15 15:55:16 +00:00
FileMapDisk.cpp Convert line endings to LF 2010-06-26 17:38:03 +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 Added safe mode option B_SAFEMODE_4_GB_MEMORY_LIMIT (plus a boot loader menu 2010-06-23 11:13:39 +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 Implemented TODO about not loading symbols at boot. 2009-12-15 15:55:16 +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 Fix small typo in safe mode options menu. 2010-06-27 01:36:47 +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