]> git.ipfire.org Git - thirdparty/grub.git/commit
2002-02-08 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Thu, 7 Feb 2002 23:28:47 +0000 (23:28 +0000)
committerokuji <okuji@localhost>
Thu, 7 Feb 2002 23:28:47 +0000 (23:28 +0000)
commit9f4689e21d9305585cc607c491e880432cf5453c
tree3e665fabeaa26aa80606dd2c130f73b616fa9ef3
parent93718b5a41cca8180a96555ecbc0cee5f463db39
2002-02-08  Yoshinori K. Okuji  <okuji@enbug.org>

* stage2/fsys_jfs.c (jfs_read) [STAGE1_5]: Set and reset
DISK_READ_FUNC even in Stage 1.5.
* stage2/fsys_xfs.c (xfs_read) [STAGE1_5]: Likewise.

* stage2/stage1_5.c (saved_sector): Initialized with -1.
(cmain): Check if SAVED_SECTOR was set appropriately after
reading the second sector of Stage 2. If SAVED_SECTOR is not
set (i.e. it is equal to -1), print an error and stop.
ChangeLog
stage2/fsys_jfs.c
stage2/fsys_xfs.c
stage2/stage1_5.c