diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bacf023e1..e3d25ae1f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> + + 2009-05-28 + + + [bdubbs] - Update grub make instruction to ensure all + checks pass. + + + + 2009-05-27 diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 66a368a1c..f8c4efcad 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -73,9 +73,10 @@ ./configure --prefix=/usr - Compile the package: + Compile the package, but use custom optimization flags to + prevent an error flagged in the test routines: -make +make CFLAGS="-march=i486 -mtune=native -Os" To test the results, issue: diff --git a/general.ent b/general.ent index 4e7fd0925..7ad2d59dc 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +