several cosmetic changes
[kernel-bfs] / kernel-bfs-2.6.28 / debian / README.Debian
index ada3807..a272b9d 100644 (file)
@@ -1,9 +1,10 @@
 Extended kernel-sources for Nokia N900
++ Con Kolivas' BFS CPU scheduler
 --------------------------------------
 
 * Downloading the sources:
 
- apt-get source kernel-power
+ apt-get source kernel-bfs
 
 * Building the kernel packages:
 
@@ -16,9 +17,9 @@ Extended kernel-sources for Nokia N900
 * Modifying the kernel configuration:
 
 in the kernel top directory do:
- cp debian/rx51power_defconfig .config
+ cp debian/rx51-bfs_defconfig .config
  make menuconfig
- cp .config debian/rx51power_defconfig
+ cp .config debian/rx51-bfs_defconfig
  make mrproper
 and the rebuild it again
 
@@ -48,3 +49,4 @@ to create or update your patch
 For more details read the quilt documentation.
 
 Thomas Tanner <maemo@tannerlab.com>
+Adapted to kernel-bfs by the kernel-bfs team