diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /asm | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/int_syscall_handler.asm | 2 |
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 |
