did some restructuring, got multitasking almost working
This commit is contained in:
6
kernel/syscall.h
Normal file
6
kernel/syscall.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KSYSCALL_H
|
||||
#define KSYSCALL_H
|
||||
|
||||
void syscall_handler();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user