Feat: add memalloc command

This commit is contained in:
2025-03-18 10:11:37 +08:00
parent 4ca4239baa
commit eb7b9199f6
3 changed files with 19 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
void help(void);
void hello(void);
void hwinfo(void);
void memalloc(size_t size);
void ls(file_node_t *root);
void cat(file_node_t *root, const char *filename);
void reboot(void);