内存缓存和ext4完整支持

This commit is contained in:
wcjbr
2026-07-29 12:35:25 +08:00
parent 86dbf7482f
commit a9f3f71063
27 changed files with 1813 additions and 175 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef ZEROOS_STDIO_H_
#define ZEROOS_STDIO_H_
#define stdout ((void *)0)
int printf(const char *fmt, ...);
int fflush(void *stream);
#endif