]> git.ipfire.org Git - thirdparty/grub.git/commit
2004-05-23 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 23 May 2004 16:45:45 +0000 (16:45 +0000)
committerokuji <okuji@localhost>
Sun, 23 May 2004 16:45:45 +0000 (16:45 +0000)
commite43909c66daf6c2587081e74b30d47c6577cf51a
treebad61079c84dfc4b7e5b3db0dae71792277da325
parent31def8459d8d3254041335122b929d4a27b24756
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>.
ChangeLog
grub/Makefile.in
lib/device.c
lib/device.h
stage2/asm.S
stage2/char_io.c
stage2/disk_io.c