haiku/headers/private/kernel/util
Axel Dörfler 3ea780cdf9 If booted from an image, the list of possible boot partitions is now ordered by
some heuristic: when you booted from a CD, CDs are preferred; else, volumes with
names like "Haiku" or "System" are preferred - if someone has better ideas, please
shout.
Note, this heuristic will only come into play if the boot loader was loaded from
an image (ie. floppy/CD/network), and you didn't choose any boot device.
Added evil methods to the Stack class that come in handy (you can now directly
access the array) for this.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14410 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-10-18 18:45:55 +00:00
..
AutoLock.h Added a BenaphoreLocker. 2005-04-13 22:40:48 +00:00
AVLTreeMap.h
Constructor.h
DoublyLinkedList.h
kernel_cpp.h
KernelUtilsOrder.h
khash.h
KMessage.h
kqueue.h
list.h
MallocFreeAllocator.h
queue.h
ring_buffer.h Added a simple ring buffer implementation to be used by the mouse 2005-04-13 12:57:42 +00:00
SinglyLinkedList.h
Stack.h If booted from an image, the list of possible boot partitions is now ordered by 2005-10-18 18:45:55 +00:00
syscall_args.h
Vector.h
VectorMap.h
VectorSet.h