Développer et télécharger des logiciels Open Source

Voir 2.5.54 - Release Notes

Catégorie (Tag) arbre

déposer de l'information

Catégorie (Tag)
root
nom de fichier
linux98-unstable_2.5.54_-_Notes
dernière mise à jour
2003-01-05 09:56
type
Plain Text
Editeur
(del#2439)
description
2.5.54 - Release Notes
langue
Anglais
Japonais
Traduire
This patch adds support for NEC PC-9800 subarchitechture,
against 2.5.54 (vanilla).
Example for usage:
  cd /usr/src
  tar jxvf linux98-2.5.54.patch.tar.bz2  (this patch)
  tar jxvf linux-2.5.54.tar.bz2            (original source)
  cd linux-2.5.54
  cat ../linux98-2.5.54-patch/*.patch | patch -p1
  cp ../linux98-2.5.54-patch/sample-pc98.config ./.config
  make menuconfig
  make bzImage
  make modules
  .
  .