mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Don't print "sector size" message, it is causing confusion
svn path=/trunk/; revision=11746
This commit is contained in:
parent
7f363e4ceb
commit
ea32cbced0
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ found_drive:
|
|||
int 13h
|
||||
jnc params_ok
|
||||
|
||||
mov si, nosecsize_msg
|
||||
call writemsg
|
||||
; mov si, nosecsize_msg No use in reporting this
|
||||
; call writemsg
|
||||
|
||||
params_ok:
|
||||
; Check for the sector size (should be 2048, but
|
||||
|
|
Loading…
Reference in a new issue