View 2.5.67 - Release Notescategory(Tag) treefile info
This is additional patch for NEC PC-9800 subarchitechture support, against 2.5.67 (vanilla). This patch including files not merged yet, but needed for PC-9800. Example for usage: cd /usr/src tar jxvf linux98-2.5.67.patch.tar.bz2 (this patch) tar jxvf linux-2.5.67.tar.bz2 (original source) cd linux-2.5.67 cat ../linux98-2.5.67-patch/*.patch | patch -p1 cp ../linux98-2.5.67-patch/sample-pc98.config ./.config make menuconfig make bzImage make modules . . |