| Name | Description | Status | Depends on |
| scons | Use scons (or another build system) to build Kiwi |  | Nothing |
| break compat | Require newer computers only (p4?) and optimize for them |  | Nothing |
| base drivers | Core drivers such as keyboard, mouse, video etc. |  | Nothing |
| disks | PATA/SATA disk support, with ATAPI and DMA |  | Nothing |
| ext2 | EXT2 Filesystem with read and write support |  | disks |
| native | Native API |  | Nothing |
| posix | POSIX compatibility layer |  | Nothing |
| network | Network stack with some drivers |  | Nothing |
| gui | Basic, non-fancy GUI (mainly to help sort out the native api calls for the GUI) |  | native, base drivers |
| cmdline | Command line support |  | base drivers |