Add 01h and 02h for DOSAPI
This commit is contained in:
parent
4b9d6da85c
commit
0094ee6b95
3 changed files with 74 additions and 28 deletions
|
@ -14,15 +14,21 @@ main:
|
|||
|
||||
int 3
|
||||
|
||||
mov ah, 0x01
|
||||
int 0x21
|
||||
mov dl, al
|
||||
mov ah, 0x02
|
||||
int 0x21
|
||||
|
||||
sti
|
||||
.halt:
|
||||
hlt
|
||||
jmp .halt
|
||||
|
||||
%include "heap.asm"
|
||||
%include "intr.asm"
|
||||
%include "debug.asm"
|
||||
%include "kprintf.asm"
|
||||
%include "dosapi.asm"
|
||||
|
||||
_reloc_end:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue