Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm


Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

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

    r83 r88  
    11; File name     :   BootInfo.asm
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   16.3.2010
    4 ; Last update   :   6.1.2011
    5 ; Author        :   Tomi Tilli,
    6 ;               :   Krister Nordvall (optimizations)
     2; Project name  :   XTIDE Universal BIOS
    73; Description   :   Functions for generating and accessing drive
    84;                   information to be displayed on boot menu.
     
    145141    loop    BootInfo_StoreAtaString ; Loop while words left
    146142.Return:
    147     mov     al, STOP                ; End string with STOP
     143    xor     ax, ax                  ; Terminate string with NULL
    148144    stosb
    149145    ret
Note: See TracChangeset for help on using the changeset viewer.