Improve syscall gateway: now position-independent

Also it now keeps all register values except SS:SP on entry.
This commit is contained in:
Nero 2021-01-04 23:00:53 +00:00
parent fb4bbfc8cf
commit 0256d6ab36
2 changed files with 63 additions and 32 deletions

View file

@ -44,7 +44,7 @@ restart:
hlt: hlt
jmp hlt
%include "kernel/bdos.asm"
%include "kernel/syscall.asm"
%include "kernel/far.asm"
%include "kernel/fcb.asm"
%include "kernel/find.asm"