I was reading This and I was wondering if I could write an API in python or have python load in an init script. If this were to be possible would I need to edit the kernel's makefile?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Well, have a look at PerlLinux. It's a toy operating system with a Perl userland running on top of the Linux Kernel. I think they load a ramdisk during Init with the Perl environment running inside. The real question is why would you wanna limit yourself to only having Python when Linux already offers Python + all the other tools and utilities? |
|||||
|
|
You can run python, or any other program, at boot, without needing to touch the kernel at all. See the |
|||
|
|
