2006-05-20 Yoshinori K. Okuji <okuji@enbug.org>

* boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
        duplication.
        (lba_mode): Use %eax more intensively to reduce the code size.
This commit is contained in:
okuji 2006-05-20 14:54:45 +00:00
parent da2eb1812e
commit 75c8f25836
2 changed files with 15 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2006-05-20 Yoshinori K. Okuji <okuji@enbug.org>
* boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
duplication.
(lba_mode): Use %eax more intensively to reduce the code size.
2006-05-20 Marco Gerards <marco@gnu.org>
* normal/lexer.c (grub_script_yylex): Don't filter out newlines.