diff options
Diffstat (limited to 'src/features/syscall.c')
-rw-r--r-- | src/features/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/syscall.c b/src/features/syscall.c index ab1849c..c3a758a 100644 --- a/src/features/syscall.c +++ b/src/features/syscall.c @@ -13,7 +13,7 @@ void syscall_handler(struct regs *r) bin_load("/a", a); } -void syscall_install() +void syscall_init() { isr_install_handler(0x80, syscall_handler); } |