ref: fed44bd6dee3c21a0b5ac0c11c13b4271e20f6f3
parent: 8df6746590a6bf6ebebbbc5509c6bbf5da889c59
author: halfwit <michaelmisch1985@gmail.com>
date: Sat May 24 20:34:48 PDT 2025
Add small note to main
--- a/main.c
+++ b/main.c
@@ -99,6 +99,9 @@
bind(path, "/bin", MAFTER);
char *cmd[] = {
+ // Substitute the real path to a useful binary here
+ // It should be a 9front binary for the architecture
+ // of the host machine (the one you're compiling on)
"./Users/halfwit/Downloads/drawcpu/bin/echo",
"hi"
};