Lines Matching full:drive
69 DriveNumber resb 1 ; CD-ROM BIOS drive number
89 sp_drive: resb 1 ; Drive number
100 ; EBIOS drive parameter packet
138 dsp_drive: resb 1 ; Drive number
192 ; - DX (including drive number)
311 cmp [sp_drive],dl ; Should contain the drive number
323 ; Alright, we have found the drive. Now, try to find the
631 ; but if this was the drive number originally passed in
639 ; passes garbage in sp_drive, and the drive number originally
652 ; what. If we got a drive number in DL, then try to
1056 spec_ok_msg: db 'Loaded spec packet OK, drive = ', 0
1065 maybe_msg: db 'Found something at drive = ', 0
1067 nospec_msg db 'Extremely broken BIOS detected, last attempt with drive = ', 0
1072 ondrive_str: db ', drive ', 0