I wrote a program that basically needs to read/write a file and trigger one of 9 note blocks, this file is managed externally.
Because of the 9 note blocks I am running out of component space. The perfect solution to this would be to boot my program without a screen (it doesn't need a screen to function).
I tried booting OpenOS without a GPU/Screen, but it seems to freeze at some point and OpenOS will not run any programs I've configured to autorun.
Preferably I'd like a minimal setup, which only loads what I need and runs without a GPU/Screen, I have the following requires in my program:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I wrote a program that basically needs to read/write a file and trigger one of 9 note blocks, this file is managed externally.
Because of the 9 note blocks I am running out of component space. The perfect solution to this would be to boot my program without a screen (it doesn't need a screen to function).
I tried booting OpenOS without a GPU/Screen, but it seems to freeze at some point and OpenOS will not run any programs I've configured to autorun.
Preferably I'd like a minimal setup, which only loads what I need and runs without a GPU/Screen, I have the following requires in my program:
require("serialization") require("component") require("filesystem") require("shell") require("event")
Which I guess is basically the complete OpenOS suite...
So simple question: how to boot without a GPU/Screen and run my program?
Link to post
Share on other sites