Kernel build: This is to add devtmpfs config needed in bzImage for systemd. Use the same linux-4.2.9-patched.txz as found in Core. export CFLAGS="-march=i486 -mtune=i686 -O2 -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -O2 -pipe" tar xvf linux-4.2.9-patched.txz cd linux-4.2.9 cp config-4.2.9-tinycore-mountdevtmpfs .config make oldconfig make prepare make modules_prepare make bzImage make INSTALL_MOD_PATH=/desired/install/path modules_install #INSTALL bc compiletc perl