Finally figured out how to enable basic job control(via Ctrl+D, Ctrl+C and Ctrl+Z) and reading /etc/profile in #Floppinux : run "sh -l -m".
This now enables me to try writing a crude but functional service manager for Floppinux in shell script.
Finally figured out how to enable basic job control(via Ctrl+D, Ctrl+C and Ctrl+Z) and reading /etc/profile in #Floppinux : run "sh -l -m".
This now enables me to try writing a crude but functional service manager for Floppinux in shell script.
I've got another #Floppinux #Linux puzzle to solve.
I'm thinking of writing a crude service manager in shell script, but Floppinux doesn't have the fg, bg, or kill commands. But you can run a command in the background by adding the "&" at the end, and you can set traps to run on receiving specific signals. Is there a way to kill a command without the kill command? Is there something within /proc/$pid/ I can poke at to very manually trigger process termination?
#FLOPPINUX - An Embedded #Linux on a Single Floppy.
@whitequark consider #toybox if it has what you need.
I hope that helps you...
FLOPPINUX 0.3.1 bugfixes update is live!
=> https://github.com/w84death/floppinux/blob/main/floppinux.md
=> https://krzysztofjankowski.com/floppinux/floppinux-2025.html
Thanks to a big community support for FLOPPINUX I got bug reports to make it better.
I'm now including the fixes, compiling and testing. The 0.3.1 update will be ready soon!
FLOPPINUX
An Embedded Linux on a Single Floppy
https://github.com/w84death/floppinux
It got an update: 2025 Edition (v0.3.0)
https://krzysztofjankowski.com/floppinux/floppinux-2025.html
🎉🥳
#FLOPPINUX - An Embedded #Linux on a Single Floppy.