-
I was curious if there is the capability to run executable files yet. I know you can't use #include <printm/printm.h>
#include <unistd.h>
printm("Running a program as a demo for a Github discussion...");
execvp("demo.o"); Probably not, but I wanted to ask. |
Beta Was this translation helpful? Give feedback.
Answered by
DamieFC
Jun 18, 2021
Replies: 1 comment
-
On Discord this was discussed and there would have to be an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DamieFC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Discord this was discussed and there would have to be an
initrd
to store the programs.