README.md
Since I should document this somewhere, here's the procedure
for building the Slackware kernel package. I do not patch the official
kernel sources, but it's not exactly a virgin either.
NOTE: There's been an exception made for the ext3 patches...
1. Untar Linus' source in /usr/src.
2. mv linux linux-2.x.x (version number)
3. cp -a linux-2.x.x linux-2.x.x.orig
4. ln -sf linux-2.x.x linux
5. cd linux