From: okuji Date: Thu, 2 Jan 2003 14:54:46 +0000 (+0000) Subject: Update NEWS. X-Git-Tag: 0.6.96~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53673d95327a26cdfb1846a0418b5f27c72bb97e;p=thirdparty%2Fgrub.git Update NEWS. --- diff --git a/NEWS b/NEWS index 6f7875305..dd778865b 100644 --- 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.