feat(userspace/apps/test/libc_test): rewrite a lot of the code and improve debugging with vscode using .devcontainer

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-25 14:10:12 +00:00
parent 3f2584ac09
commit 78141b28c7
190 changed files with 1648 additions and 3228 deletions

View File

@ -0,0 +1,8 @@
# libc_test
This is a simple test to check if the libc is working properly.
I recommend you to use [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). It will make your life easier.
> [!CAUTION]
> This is not fully working yet.