commit | 4cd09c4b6aacc5c617a34c40e082b3f035f4af2e | [log] [download] |
---|---|---|
author | okuji <okuji@localhost> | Sun Dec 30 07:33:23 2001 +0000 |
committer | okuji <okuji@localhost> | Sun Dec 30 07:33:23 2001 +0000 |
tree | 0bf6f93197e42c239830ed52c168d9776bbd4130 | |
parent | 79ae0cd9e85a92485284f622ef382fadc459645b [diff] |
2001-12-30 Yoshinori K. Okuji <okuji@gnu.org> * stage2/bios.c (get_diskinfo): Clear out the structure DRP before calling get_diskinfo_int13_extensions, because the Ralf Brown's Interrupt List says that Dell machines using PhoenixBIOS 4.0 Release 6.0 fail, if DRP.FLAGS is not zero. Setting the entire structure to zero may be overkill, but it should be safe. * stage2/char_io.c [STAGE1_5] (grub_memset): Defined.