now stage1 supports both LBA and CHS.

This commit is contained in:
okuji 1999-10-12 07:47:06 +00:00
parent 3764236446
commit 45ec04e62e
4 changed files with 6 additions and 2 deletions

3
NEWS
View file

@ -1,5 +1,8 @@
NEWS - list of user-visible changes between releases of GRUB
New in 0.5.94:
* Stage 1 supports both the LBA mode and the CHS mode.
New in 0.5.93:
* ELF format of FreeBSD kernel is supported.
* Support the partition ids for NetBSD and OpenBSD.

1
TODO
View file

@ -37,5 +37,4 @@ Priorities:
* Add remote console support (serial, parallel and net).
* Add RAID support.
* Complete the netboot support. !
* Support CHS and LBA in a single Stage 1. !!
* Add automatic configuration support.

2
configure vendored
View file

@ -778,7 +778,7 @@ fi
PACKAGE=grub
VERSION=0.5.93
VERSION=0.5.94
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then

2
debian/changelog vendored
View file

@ -1,3 +1,5 @@
grub (0.5.94) unstable; urgency=low
grub (0.5.93) unstable; urgency=low
* Updated example configurations. (fixes:bug#42136)