kernel: fix advancing of drive table pointer during drive init
This commit is contained in:
parent
3b39572043
commit
4a294ee21c
@ -79,5 +79,6 @@ drives_init: ; CX = number of floppy drives in the system
|
|||||||
pop dx
|
pop dx
|
||||||
pop cx
|
pop cx
|
||||||
inc dl
|
inc dl
|
||||||
|
add bx, drive_size
|
||||||
loop .loop
|
loop .loop
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user