SimpleKernel  0.0.1
kernel.h
Go to the documentation of this file.
1 
17 #ifndef SIMPLEKERNEL_KERNEL_H
18 #define SIMPLEKERNEL_KERNEL_H
19 
20 #include "cstdint"
21 
28 int main(int _argc, char **_argv);
29 
30 #endif /* SIMPLEKERNEL_KERNEL_H */
int main(int _argc, char **_argv)
内核入口
Definition: main.cpp:19