kernel: fix advancing of drive table pointer during drive init

This commit is contained in:
Nero 2020-08-22 23:38:11 +00:00
parent 3b39572043
commit 4a294ee21c
1 changed files with 1 additions and 0 deletions

View File

@ -79,5 +79,6 @@ drives_init: ; CX = number of floppy drives in the system
pop dx
pop cx
inc dl
add bx, drive_size
loop .loop
ret