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 cx
|
||||
inc dl
|
||||
add bx, drive_size
|
||||
loop .loop
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user