top | item 41426257

(no title)

rubenbe | 1 year ago

You actually don't need a shell script to mount the different pseudo filesystems. You can do that in your application. So all that remains is an initramfs with a statically linked binary.

discuss

order

jakogut|1 year ago

Very true, you can call into the C library or use system calls directly and have your application do all the init itself.