What kernel services does Python depend on?
While we don't recommend a non-OS port of Python here , this is still the option I'm considering.
What would be the complete list of core services of the most minimal Python version?
+3
Randomblue
source
to share
1 answer
In absolute order, you need a VFS for the os
various parts sys
to work as well.
+4
Ignacio Vazquez-Abrams
source
to share