Desarrollar y descargar software de código abierto

View 2.5.47 - Release Notes

category(Tag) tree

file info

category(Tag)
raíz
file name
linux98-unstable_2.5.47_-_Notes
la última actualización
2002-11-12 02:34
tipo
Plain Text
editor
(del#2439)
descripción
2.5.47 - Release Notes
idioma
English
Japanese
translate
This patch adds support for NEC PC-9800 subarchitechture,
against 2.5.47.
Example for usage:
  cd /usr/src
  tar jxvf linux98-2.5.47.patch.tar.bz2    (this patch)
  tar jxvf linux-2.5.47.tar.bz2            (original source)
  cd linux-2.5.47
  cat ../linux98-2.5.47-patch/*.patch | patch -p1
  cp ../linux98-2.5.47-patch/sample-pc98.config ./.config
  make menuconfig
  make bzImage
  make modules
  .
  .