first commit

This commit is contained in:
2026-03-06 12:04:53 -06:00
commit 5d9920868c
9 changed files with 487 additions and 0 deletions

6
include/platform.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PLATFORM_INCLUDED
#define PLATFORM_INCLUDED
extern int plat_main(void);
#endif // platform.h