Fix copypaste failure leading to rootdirentries not being multiplied properly

This commit is contained in:
Juhani Krekelä 2021-06-30 22:10:01 +03:00
parent f4cdb29095
commit 485a75d6c3
1 changed files with 5 additions and 5 deletions

View File

@ -97,11 +97,11 @@ root_dir:
search_root:
mov bx, [rootdirentries]
shr ax, 1
shr ax, 1
shr ax, 1
shr ax, 1
shr ax, 1
shl bx, 1
shl bx, 1
shl bx, 1
shl bx, 1
shl bx, 1
mov byte [bx + 0x500], 0
mov si, 0x500
.entry: