CONFIG_GENERAL_SILENT Suppress command output when compiling kernel. CONFIG_DEVICE_ATA Add ATA Support into the kernel. CONFIG_NEW_OMINOS_KMALLOC new kmalloc() implementation that will use a Doug Leah style of allocating memory on the heap. Old implementation used a static sized bitmap for marking memory in use or free. New kmalloc() is unstable. (not recommended for use yet). CONFIG_UNIT_TEST Enable unit tests to be made within the kernel.