Changeset 252 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Feb 18, 2012, 2:12:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r243 r252 15 15 .szDrvName resb LEN_BOOTNFO_DRV ; Drive name 16 16 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 19 18 endstruc 20 19 … … 29 28 %if BOOTNFO.szDrvName <> 0 30 29 %error "BOOTNFO.szDrvName is assumed to be the first member of struc BOOTNFO, in BootMenuPrint_RefreshItem" 31 %endif32 33 %if BOOTNFO.szDrvName + LEN_BOOTNFO_DRV + 2 <> BOOTNFO.twSectCnt34 %error "BOOTNFO.twSectCnt is assumed to come immediately after BOOTNFO.szDrvName (with zero padding), in BootInfo_CreateForHardDisk"35 30 %endif 36 31
Note:
See TracChangeset
for help on using the changeset viewer.