improve detection of BIOS drives

This commit is contained in:
okuji 1999-05-02 17:04:57 +00:00
parent 7920c7861f
commit 8c2e2a840c
2 changed files with 85 additions and 33 deletions

View file

@ -1,3 +1,14 @@
1999-05-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* grub/asmstub.c (device_map): New variable.
(grub_stage2): Initialize DISKS.
Probe devices and fill the result in DEVICE_MAP.
Free DEVICE_MAP when exit.
(get_diskinfo): Use DEVICE_MAP for guessing the relation between
BIOS devices and OS devices.
Read the first sector of opened device to make sure that the device
really exists.
1999-05-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* shared_src/asm.S (biosdisk_standard): Pop %ebp correctly, reported