kernel: fix advancing of drive table pointer during drive init
This commit is contained in:
parent
3b39572043
commit
4a294ee21c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue