Changeset 162 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm


Ignore:
Timestamp:
May 28, 2011, 7:34:42 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to all parts of the project:

  • Size optimizations, mostly by excluding code from the BIOS.
  • Cleaned the source a bit, fixed spelling and grammar mistakes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm

    r161 r162  
    204204;       AX, BX, SI, DI
    205205;--------------------------------------------------------------------
    206 ALIGN JUMP_ALIGN
    207206.PrintKnownFloppyType:
    208207    mov     si, g_szFddSize
     
    269268;       AX, BX, CX, DX, SI, DI, ES
    270269;--------------------------------------------------------------------
    271 ALIGN JUMP_ALIGN
    272270.HardDiskMenuitemInfoForOurDrive:
    273271    push    di
Note: See TracChangeset for help on using the changeset viewer.