Kernel: Usespace programs are now ran through ELF files

only 64 bit elf files are supported for now.
This commit is contained in:
Bananymous
2023-04-22 15:35:32 +03:00
parent ef0263e32d
commit fadce063a7
4 changed files with 53 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
#include <stdio.h>
int main()
{
puts("Hello World!");
return 0;
}