Changeset 252 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc


Ignore:
Timestamp:
Feb 18, 2012, 2:12:54 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Boot menu now shows only one capacity.
  • Added "strings" makefile target to compress strings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc

    r243 r252  
    1515    .szDrvName      resb    LEN_BOOTNFO_DRV     ; Drive name
    1616                    resb    2       ; Zero word (ensures string terminates)
    17     .twSectCnt      resb    6       ; Total user addressable sectors
    18                     resb    2       ; padding to make BOOTNFO size an even multiple of DPT size
     17                    resb    8       ; padding to make BOOTNFO size an even multiple of DPT size
    1918endstruc
    2019
     
    2928%if BOOTNFO.szDrvName <> 0
    3029%error "BOOTNFO.szDrvName is assumed to be the first member of struc BOOTNFO, in BootMenuPrint_RefreshItem"
    31 %endif
    32 
    33 %if BOOTNFO.szDrvName + LEN_BOOTNFO_DRV + 2 <> BOOTNFO.twSectCnt
    34 %error "BOOTNFO.twSectCnt is assumed to come immediately after BOOTNFO.szDrvName (with zero padding), in BootInfo_CreateForHardDisk"
    3530%endif
    3631
Note: See TracChangeset for help on using the changeset viewer.