Changeset 364 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc
- Timestamp:
- Mar 27, 2012, 4:21:58 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc
r363 r364 27 27 resb 2 ; Zero word (ensures string terminates) 28 28 .wInitErrorFlags resb 2 ; Errors during initialization 29 29 30 30 %ifdef MODULE_ADVANCED_ATA 31 .wIdeBasePort resb 2 ; IDE Base Port 32 .wMinPioActiveTimeNs resb 2 ; Minimum PIO Active Time in ns 33 .wMinPioRecoveryTimeNs resb 2 ; Minimum PIO Recovery Time in ns 34 .wControllerID resb 2 ; Controller specific ID WORD 35 .wControllerBasePort resb 2 ; Advanced Controller port (not IDE port) 36 resb 12 ; padding to make BOOTMENUINFO size an even multiple of DPT size 37 31 resb 6 ; padding to make BOOTMENUINFO size an even multiple of DPT size 38 32 %else 39 33 resb 2 ; padding to make BOOTMENUINFO size an even multiple of DPT size 40 34 %endif 35 36 41 37 endstruc 42 38
Note:
See TracChangeset
for help on using the changeset viewer.