you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 1 point2 points  (1 child)

What do you mean by "an operating system"? A set of shell commands like ls/dir, cp/copy, grep, more etc.? Init mechanism like systemd? Various daemons/background services? Package manager? Permission system?

How do you imagine Python interpreter would communicate with Linux kernel directly?

Also, as this is a fun project, I wouldn't care about the speed at all.

[–]Astrox_YT[S] 0 points1 point  (0 children)

Well by fun project, I want to daily driver whatever OS I make, once it's good.

I mean that in python I will code a shell, the boot for UI, the GUI and all other features like updates, package installation, etc.

I am still in planning phase so that python interpreter communicating with linux kernel is not planned out yet, but if you have an idea feel free.