wip: experimental rust support in runtime

This commit is contained in:
Karina
2026-04-13 23:40:41 +04:00
parent 4909e40cb1
commit b44e1924ed
15 changed files with 190 additions and 12 deletions
+1 -8
View File
@@ -1,12 +1,5 @@
#include <termOS.h>
int main() {
for (int i = 0; i < 100; i++) {
UInt64 pid = ProcessSpawn("/System/CoreServices/debug");
if (pid < 0) {
ConsolePrint("[PIDSPAMMER] Error %d\n", pid);
} else {
ConsolePrint("[PIDSPAMMER] %d spawned\n", pid);
}
}
ConsolePrint("Test test test \n Meow meow meow \n");
}