aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscall.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/syscall.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall.asm b/src/syscall.asm
index 71e1f2b..ca2857c 100644
--- a/src/syscall.asm
+++ b/src/syscall.asm
@@ -35,7 +35,7 @@ SyscallTrap::
; -----------------------------------------------------------------------------
SyscallTable:
dw sys_exit ; 0
- dw sys_nosys ; 1 FORK (TODO)
+ dw sys_fork ; 1 FORK
dw sys_nosys ; 2 READ (TODO)
dw sys_write ; 3 WRITE
dw sys_nosys ; 4 OPEN (TODO)