Update userspace

This commit is contained in:
EnderIce2
2024-01-19 06:45:44 +02:00
parent 17787dbc9b
commit c685a37c15
14 changed files with 1154 additions and 181 deletions

View File

@@ -0,0 +1,9 @@
#include <stdint.h>
#include <stdio.h>
int main(int argc, char *argv[], char *envp[])
{
printf("glibc: Hello, World!\n");
fflush(stdout);
return 0;
}