update the docs.

This commit is contained in:
okuji 2000-07-02 04:03:25 +00:00
parent 4056902921
commit bc61b4d21f
4 changed files with 29 additions and 13 deletions

View file

@ -1,3 +1,9 @@
2000-07-02 OKUJI Yoshinori <okuji@gnu.org>
* docs/appendices.texi (Obtaining and Building GRUB): Indicate
the Cygnus's binutils webpage instead of the hjl's site, since
you can now use a public release (i.e. 2.10).
2000-06-23 OKUJI Yoshinori <okuji@gnu.org> 2000-06-23 OKUJI Yoshinori <okuji@gnu.org>
* stage2/boot.c (load_image): Take an additional argument * stage2/boot.c (load_image): Take an additional argument

12
INSTALL
View file

@ -25,11 +25,13 @@ configuring the GRUB.
* GNU binutils 2.9.1.0.23 or later * GNU binutils 2.9.1.0.23 or later
Binutils has changed the behavior of 16bit assembler between 2.9.1 Binutils has changed the behavior of 16bit assembler between 2.9.1
and 2.9.1.0.x, and we support only 2.9.1.0.x and higher. It is and 2.9.1.0.x, and we support only 2.9.1.0.x and higher. In
available from particular, we recommend using binutils 2.10, since it is the only
<ftp://ftp.varesearch.com/pub/support/hjl/binutils/>. You don't have public release that supports real 16bit mode. Please taka a look at
to install it into a system directory. See the section "Operation the webpage <http://sourceware.cygnus.com/binutils/>, for more
Controls". information. Note that you don't have to install it into any system
directory. See the section "Operation Controls", if you want to
install binutils into your own directory.
If you'd like to develop GRUB, these below are also required. Don't If you'd like to develop GRUB, these below are also required. Don't
forget to specify the option `--enable-maintainer-mode' when running the forget to specify the option `--enable-maintainer-mode' when running the

15
README
View file

@ -27,10 +27,19 @@ If you have any suggestions or ideas, please send electronic mail to the
GRUB mailing list <bug-grub@gnu.org>. The archive of the list is GRUB mailing list <bug-grub@gnu.org>. The archive of the list is
available at <http://www.mail-archive.com/bug-grub%40gnu.org/>. available at <http://www.mail-archive.com/bug-grub%40gnu.org/>.
When you encounter any problem or bug, please submit it to When you encounter a problem or a bug, first of all, read the chapter
"Reporting bugs" in the document. Very often, people ask us their
questions with little (or no) information about their systems. That's
quite useless, because we have to *guess* what you did, what was
displayed and what really happened. Please notice that we may not see
your computer directly. So, whenever you report a bug, you must include
enough information so that we can understand what happened and even
reproduce your problem in our machines.
Once you have realized how to write a bug report, please submit it to
<bug-grub@gnu.org> with information about your computer and what you did <bug-grub@gnu.org> with information about your computer and what you did
as much as possible. For example, your operating system and the _as much as possible_. Excessive information is always better than no
geometries of your drives are very important. information.
When you enhance/fix GRUB, please send the patch to <bug-grub@gnu.org>. When you enhance/fix GRUB, please send the patch to <bug-grub@gnu.org>.
Do not forget to write your changes to ChangeLog; That helps us to Do not forget to write your changes to ChangeLog; That helps us to

View file

@ -157,10 +157,9 @@ utopia@dots{}
@quotation @quotation
@strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the @strong{Caution:} GRUB requires binutils-2.9.1.0.23 or later because the
GNU assembler has been changed so that it can produce real 16bits GNU assembler has been changed so that it can produce real 16bits
machine code between 2.9.1 and 2.9.1.0.x. The latest version can be machine code between 2.9.1 and 2.9.1.0.x. See
obtained from: @url{http://sourceware.cygnus.com/binutils/}, to obtain information on
how to get the latest version.
@url{ftp://ftp.varesearch.com/pub/support/hjl/binutils/}
@end quotation @end quotation
@c Do not change alpha.gnu.org:/gnu/grub to the URI, since TeX does @c Do not change alpha.gnu.org:/gnu/grub to the URI, since TeX does
@ -178,7 +177,7 @@ To unbundle GRUB use the instruction:
zcat grub-@value{VERSION}.tar.gz | tar xvf - zcat grub-@value{VERSION}.tar.gz | tar xvf -
@end example @end example
which will create a directory called @file{guile-@value{VERSION}} with which will create a directory called @file{grub-@value{VERSION}} with
all the sources. You can look at the file @file{INSTALL} for detailed all the sources. You can look at the file @file{INSTALL} for detailed
instructions on how to build and install GRUB, but you should be able to instructions on how to build and install GRUB, but you should be able to
just do: just do: