Port fat_io_lib, mount atasd0mp1 as sys:

This commit is contained in:
2025-11-19 15:50:00 +01:00
parent 5d77974586
commit 0cc78a7247
35 changed files with 7071 additions and 7 deletions

6
kernel/std/assert.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef STD_ASSERT_H_
#define STD_ASSERT_H_
#define assert(x)
#endif // STD_ASSERT_H_