mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-19 13:10:57 -07:00
Kept theme of no first person
Changed line 152 from "So we can get our parameters" to "Can find parameters" Sudden change to first person is weird
This commit is contained in:
parent
b297ae5788
commit
ad0b697796
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ DRVGD:
|
||||||
MOV [DOSDRV],AL
|
MOV [DOSDRV],AL
|
||||||
MOV [SYSDRV],AL
|
MOV [SYSDRV],AL
|
||||||
MOV [COMDRV],AL
|
MOV [COMDRV],AL
|
||||||
MOV SI,DRNUM ;So we can get our parameters
|
MOV SI,DRNUM ;Can find parameters
|
||||||
LODSB ;Fetch drive designation
|
LODSB ;Fetch drive designation
|
||||||
OR AL,AL ;See if specified
|
OR AL,AL ;See if specified
|
||||||
JNZ DRVSPEC ;If specfied proceed
|
JNZ DRVSPEC ;If specfied proceed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue