]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Update NEWS.
authorokuji <okuji@localhost>
Thu, 2 Jan 2003 14:54:46 +0000 (14:54 +0000)
committerokuji <okuji@localhost>
Thu, 2 Jan 2003 14:54:46 +0000 (14:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6f78753051c79c5d3c5e2a2fff43ac1df0ba232c..dd778865be0f27e59276c594fa5b477ddc68d5a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 NEWS - list of user-visible changes between releases of GRUB
 
+New:
+* Support building on x86-64 with gcc -m32.
+* Use a BIOS call to turn on/off Gate A20. This should solve various
+  problems related to Gate A20 in modern BIOSes.
+* Add a workaround for buggy BIOSes (notably HP Vectra series) which
+  don't pass the boot drive correctly.
+* Display "GNU GRUB" instead of "GRUB" in the menu.
+
 New in 0.93 - 2002-12-08:
 * Define the behavior of the boot loader when the load end address is
   zero and the bss end address is zero in the Multiboot Specification.