Harden drive.asm against unexpected DS and ES values

This commit is contained in:
Nero 2021-01-13 18:32:17 +00:00
parent df243e668e
commit 440187c2a8
3 changed files with 87 additions and 69 deletions

View file

@ -38,7 +38,9 @@ relinit: ; print banner
db "RDOS ",2,2, 0x0A, 0x0D, 0
push dx
push ds
call dinit
pop ds
pop dx
mov word [0x21*4], int21