开发和下载开源软件

查看 2.5.52 - Release Notes

类别(标签)树

文件信息

类别(标签)
文件名
linux98-unstable_2.5.52_-_Notes
最后更新
2002-12-19 22:53
类型
Plain Text
编辑器
(del#2439)
描述
2.5.52 - Release Notes
语言
英语
日语
翻译
This patch adds support for NEC PC-9800 subarchitechture,
against 2.5.52 (vanilla).
Example for usage:
  cd /usr/src
  tar jxvf linux98-2.5.52.patch.tar.bz2  (this patch)
  tar jxvf linux-2.5.52.tar.bz2            (original source)
  cd linux-2.5.52
  cat ../linux98-2.5.52-patch/*.patch | patch -p1
  cp ../linux98-2.5.52-patch/sample-pc98.config ./.config
  make menuconfig
  make bzImage
  make modules
  .
  .