I have now included 2 kernel patches which I used to build the kernels included in BICK 0.8.0. These are optional and not required to be able to use BICK. But they have some advantages: file: more-tmpfs-2.4.17.patch Normally tmpfs space is limited to 50% of what RAM size is, even though tmpfs is swappable. This patch increases that hard coded percentage to 75%. file: quiet-cdrom-2.4.17.patch Normally the kernel outputs some error messages when attempts are made to mount filesystems that fail for various reasons. When CDINIT tries to find the CDROM it tries several devices in sequence. This produces misleading error messages that may be confusing or just look ugly. This patch suppresses those error messages.