オープンソース・ソフトウェアの開発とダウンロード

- Release Notesの表示

カテゴリ(タグ)ツリー

ファイル情報

カテゴリ(タグ)
ルート
ファイル名
linux98-unstable__-_Notes
最終更新
2003-01-18 13:45
種類
Plain Text
作成者
(del#2439)
概要
- Release Notes
言語
英語
翻訳する
This patch adds support for NEC PC-9800 subarchitechture,
against 2.5.59 (vanilla).
Example for usage:
  cd /usr/src
  tar jxvf linux98-2.5.59.patch.tar.bz2  (this patch)
  tar jxvf linux-2.5.59.tar.bz2            (original source)
  cd linux-2.5.59
  cat ../linux98-2.5.59-patch/*.patch | patch -p1
  cp ../linux98-2.5.59-patch/sample-pc98.config ./.config
  make menuconfig
  make bzImage
  make modules
  .
  .