eliminate per-executable initialization, just pull that down into the base layer entry point

This commit is contained in:
Ryan Fleury
2024-02-26 10:45:00 -08:00
parent 443c3fb74b
commit 874f40244c
10 changed files with 96 additions and 65 deletions
-1
View File
@@ -10,6 +10,5 @@
int main(int argument_count, char **arguments)
{
return 0;
}