commit | e43909c66daf6c2587081e74b30d47c6577cf51a | [log] [download] |
---|---|---|
author | okuji <okuji@localhost> | Sun May 23 16:45:45 2004 +0000 |
committer | okuji <okuji@localhost> | Sun May 23 16:45:45 2004 +0000 |
tree | bad61079c84dfc4b7e5b3db0dae71792277da325 | |
parent | 31def8459d8d3254041335122b929d4a27b24756 [diff] |
2004-05-23 Yoshinori K. Okuji <okuji@enbug.org> * stage2/char_io.c (grub_isspace): Use a switch sentense instead of an if sentense, because that reduces the size. * lib/device.c (read_device_map): Change the max number of DRIVE to 127 from 8. This was too strict. * stage2/asm.S (stop_floppy): Call pusha and popa outside the block of real mode code. Reported by Guillem Jover <guillem@debian.org>.