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