Open-Source-Software-Entwicklung und Downloads

Anzeigen 2.5.66-bk12 - Release Notes

category(Tag) tree

file info

category(Tag)
Wurzel
dateiname
linux98-testing_2.5.66-bk12_-_Notes
letztes update
2003-04-07 11:34
typ
Plain Text
editor
(del#2439)
beschreibung
2.5.66-bk12 - Release Notes
sprache
English
Japanese
translate
This is additional patch for NEC PC-9800 subarchitechture support,
against 2.5.66-bk12,
Including files not merged yet, but needed for PC-9800.

Example for usage:
  cd /usr/src
  tar jxvf linux98-2.5.66-bk12.patch.tar.bz2 (this patch)
  tar jxvf linux-2.5.66.tar.bz2             (original source)
  cd linux-2.5.66
  bzip2 -cd ../patch-2.5.66-bk12.bz2 | patch -p1 (snapshots patch)
  cat ../linux98-2.5.66-bk12-patch/*.patch | patch -p1
  cp ../linux98-2.5.66-bk12-patch/sample-pc98.config ./.config
  make menuconfig
  make bzImage
  make modules
  .
  .