2008-01-29 Bean <bean123ch@gmail.com>

* boot/i386/pc/lnxboot.S (data_start): Code cleanup.
        (real_code_2): Code cleanup and change comment style.
        (move_memory): Avoid using 32-bit address mode.
This commit is contained in:
bean 2008-01-29 10:59:56 +00:00
parent 6a4d50ead0
commit 70bc2ef25c
2 changed files with 79 additions and 72 deletions

View file

@ -1,3 +1,9 @@
2008-01-29 Bean <bean123ch@gmail.com>
* boot/i386/pc/lnxboot.S (data_start): Code cleanup.
(real_code_2): Code cleanup and change comment style.
(move_memory): Avoid using 32-bit address mode.
2008-01-29 Bean <bean123ch@gmail.com>
* conf/i386-pc.rmk (pkglib_MODULES): Add `png.mod'.