summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
committerMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
commitc742be9c738c91703a7be787639cad167de3a6b1 (patch)
treedb0e170dab1b7f34630489d0cb1d396c92f15c79 /asm
parent559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff)
started reviving my fool os
Diffstat (limited to 'asm')
-rw-r--r--asm/int_syscall_handler.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm
index b50eaf7..d928519 100644
--- a/asm/int_syscall_handler.asm
+++ b/asm/int_syscall_handler.asm
@@ -29,7 +29,6 @@ pid: dd 0x0
int_syscall_handler:
-
cmp eax, 72
je call_fork
@@ -226,6 +225,7 @@ call_sbrk:
call_has_data:
call syscall_has_data_waiting
jmp done
+
call_tune:
call syscall_tune
jmp done