userspace: Rewrite everything

Everything.

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-04 06:27:54 +02:00
parent dea36a0228
commit 6dae34debd
135 changed files with 11707 additions and 5286 deletions

View File

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