More fixes to the extlinux installer; change back to writable types
[profile/ivi/syslinux.git] / dos /
2004-12-19 hpaMake DOS installer use our homegrown 64-bit divide
2004-12-19 hpaBeef up the sanity checking of the boot sector. For...
2004-12-18 hpaMake the DOS-based installer actually work; mark debugg...
2004-12-18 hpaFix handling of alignment issues
2004-12-18 hpaFix dec/hex bug in crt0.S; do -msoft-float just in...
2004-12-18 hpaResurrect printf(), and create a library. This way...
2004-12-17 hpaAdditional fixes for the proper argc/argv parsing
2004-12-17 hpaActually parse argc/argv properly.
2004-12-17 hpaOutput \n as \r\n
2004-12-17 hpaCharacter to print goes in DL, not in BL
2004-12-17 hpaFix memcpy/memset to match the use of regparm and ...
2004-12-16 hpaAdd -DREGPARM=3 to go along with -mregparm=3
2004-12-16 hpaConvert to using -mregparm=3; makes the code slightly...
2004-12-16 hpaMSDN says the 0x08 forms of the lock calls are OK for...
2004-12-15 hpaUse the DOS version to determine whether to use the...
2004-12-15 hpaPut in MS-DOS 7 locking support
2004-12-15 hpa@:\LDLINUX.SYS not @:LDLINUX.SYS
2004-12-15 hpaAdjust the interface to syslxmod.c so the DOS installer...
2004-12-15 hpaSimple memset/memcpy implementation
2004-12-15 hpaTweak optimizations.
2004-12-15 hpaConvert the DOS installer to C like everything else.
2004-12-15 hpaMore adjustment to the Brave New World<TM>
2004-12-15 hpaPrepping for new 2.20 version: rewrite main syslinux...