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:
KingofLegendary 2018-10-23 12:49:41 -04:00 committed by GitHub
commit ad0b697796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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