aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Changes
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-08-02 13:50:43 -0400
committerH. Peter Anvin <hpa@zytor.com>2007-08-02 13:50:43 -0400
commitc3887cd7253299cac2a6dc5ea792613a5ba5bf6a (patch)
tree29a34d81e81c5e0f3fdaf1dcf0c8474b784a3f59 /Documentation/Changes
parent463c9a9f7d1f746c251761cef3af5c808394b7e1 (diff)
[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>
Diffstat (limited to 'Documentation/Changes')
-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
45o procps 3.2.0 # ps --version 45o procps 3.2.0 # ps --version
46o oprofile 0.9 # oprofiled --version 46o oprofile 0.9 # oprofiled --version
47o udev 081 # udevinfo -V 47o udev 081 # udevinfo -V
48o grub 0.93 # grub --version
48 49
49Kernel compilation 50Kernel compilation
50================== 51==================