summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-08-02 19:50:43 +0200
committerH. Peter Anvin <hpa@zytor.com>2007-08-02 19:50:43 +0200
commitc3887cd7253299cac2a6dc5ea792613a5ba5bf6a (patch)
tree29a34d81e81c5e0f3fdaf1dcf0c8474b784a3f59
parent[x86 setup] EDD: add missing =m constraint (diff)
downloadlinux-c3887cd7253299cac2a6dc5ea792613a5ba5bf6a.tar.xz
linux-c3887cd7253299cac2a6dc5ea792613a5ba5bf6a.zip
[x86 setup] Document grub < 0.93 as broken
Grub older than 0.93 are broken when the kernel setup is bigger than 8K. This was fixed in 2002, and 0.93 was the first grub version which fixed this bug. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--Documentation/Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Changes b/Documentation/Changes
index 73a8617f1861..cb2b141b1c3e 100644
--- a/Documentation/Changes
+++ b/Documentation/Changes
@@ -45,6 +45,7 @@ o nfs-utils 1.0.5 # showmount --version
o procps 3.2.0 # ps --version
o oprofile 0.9 # oprofiled --version
o udev 081 # udevinfo -V
+o grub 0.93 # grub --version
Kernel compilation
==================