fix the interpretation of the boot drive in the multiboot.

This commit is contained in:
okuji 1999-09-13 03:43:20 +00:00
parent e7e309350c
commit 5ef3bd9c37
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,10 @@
1999-09-12 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/boot.c (load_image): Use CURRENT_DRIVE and
CURRENT_PARTITION instead of SAVED_DRIVE and SAVED_PARTITION for
the boot device in the Multiboot information. Reported by
Stephen Early <steve@greenend.org.uk>.
1999-09-12 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/disk_io.c (sane_partition) [STAGE1_5]: Defined.