From ed3da12bb378d82878fff1d50e5e9e7af3d7265d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 4 Dec 2019 20:38:10 +0100 Subject: More-working syscall logic (parameters work!) --- src/kernel/syscall/syscall.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/syscall/syscall.h') diff --git a/src/kernel/syscall/syscall.h b/src/kernel/syscall/syscall.h index 304008d..8730dbf 100644 --- a/src/kernel/syscall/syscall.h +++ b/src/kernel/syscall/syscall.h @@ -5,6 +5,6 @@ extern void idt_syscall(); void syscalls_install(); -uint32_t sys_write(char *buf, uint32_t count); +uint32_t sys_write(unsigned int buf, unsigned int count); -#endif +#endif \ No newline at end of file -- cgit v1.2.3