Continued development on int 21h interface
This commit is contained in:
parent
3f8cfaac42
commit
fb4bbfc8cf
3 changed files with 55 additions and 15 deletions
|
@ -35,8 +35,9 @@ init: cli
|
|||
mov word [0x21*4+2], cs
|
||||
mov word [curpsp], 0x1000
|
||||
|
||||
mov ah, 2
|
||||
mov dl, 0x37
|
||||
mov ah, 2
|
||||
int 0x21
|
||||
int 0x21
|
||||
|
||||
restart:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue