T
T
The-TS2019-12-05 14:44:08
linux
The-TS, 2019-12-05 14:44:08

Is it possible to write a linux kernel system purely in python?

Is it possible to write OS purely in python with linux kernel?
If possible, how?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Armenian Radio, 2019-12-05
@Pyhon3x

No. The Linux kernel provides very low-level interfaces, in particular, it does not contain support for the graphical environment.
The python window manager will be the bottom in performance.
Another, more reliable argument:
Python does not know how to do syscall itself, it needs libc for this. And according to the condition of the problem, libc cannot be used. So no, you can't do this crap without redoing the python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question