Single out PSP management

This commit is contained in:
Nero 2021-01-21 22:28:57 +00:00
parent f8799e3692
commit 1ec84fc411
6 changed files with 95 additions and 92 deletions

View file

@ -3,7 +3,6 @@
%include "inc/bpb.asm"
%include "inc/mbr.asm"
%include "inc/fcb.asm"
%include "inc/dpt.asm"
init: cli
@ -56,10 +55,6 @@ relinit: ; print banner
sub dl, (0x80-2)
.k: call setdd
mov ah, 2
mov dl, 0x37
int 0x21
mov dx, testfcb
mov ah, 0xF
int 0x21
@ -68,6 +63,7 @@ restart:
hlt: hlt
jmp hlt
%include "kernel/psp.asm"
%include "kernel/syscall.asm"
%include "kernel/char.asm"
%include "kernel/fcb.asm"