Support managing floppy parameter table
This commit is contained in:
parent
f10fa026cf
commit
0a2a0e4659
2 changed files with 51 additions and 2 deletions
|
@ -24,6 +24,10 @@ print_banner: mov si, banner
|
|||
cmp al, 0x0D
|
||||
jnz .loop
|
||||
|
||||
push dx
|
||||
call dinit
|
||||
pop dx
|
||||
|
||||
cmp dl, 0x80
|
||||
jc .k
|
||||
sub dl, (0x80-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue