initial commit

This commit is contained in:
2025-03-11 05:17:34 +08:00
commit e906741ee9
27 changed files with 924 additions and 0 deletions

9
include/shell.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
void help(void);
void hello(void);
void hwinfo(void);
void reboot(void);
int // is continue
shell(void);