Changeset 472 for Whitix/branches/hybrid/kernel
- Timestamp:
- 05/10/08 13:02:28 (6 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/kernel/sys.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/kernel/sys.c
r467 r472 19 19 #include <sys.h> 20 20 #include <console.h> 21 #include <module.h> 21 22 #include <i386/virtual.h> 22 23 … … 101 102 sysCallTable[index] = address; 102 103 } 104 105 SYMBOL_EXPORT(SysRegisterCall);
