Replace libmain:app_main.o with core/app_main.c
This commit is contained in:
parent
8b8f7c9de4
commit
a044c061d5
7 changed files with 805 additions and 0 deletions
6
core/include/os_version.h
Normal file
6
core/include/os_version.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _VERSION_H
|
||||
#define _VERSION_H
|
||||
|
||||
#define OS_VERSION_STR "0.0.1"
|
||||
|
||||
#endif /* _VERSION_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue