comparison kernel/syscall.c3 @ 283:c9781c73e7e2

Added first kernel files
author Windel Bouwman
date Fri, 15 Nov 2013 12:26:50 +0100
parents
children 534b94b40aa8
comparison
equal deleted inserted replaced
282:c137f1fe3e65 283:c9781c73e7e2
1 module syscall;
2
3
4 // System call handlers. System calls are made from user space.
5
6 func void handle_system_call()
7 {
8 }
9