Make logging in drive a no-op if drive already logged in

This commit is contained in:
Nero 2020-12-17 00:41:53 +00:00
parent bd3b27362d
commit de04b5ca01
2 changed files with 16 additions and 19 deletions

View file

@ -29,10 +29,7 @@ print_banner: mov si, banner
sub dl, (0x80-2)
.k: mov [defdrv], dl
call dskrst
mov dl, [defdrv]
call logdrv
call logdrv.force
xor ax, ax
xor dx, dx