tassopsaltakis / FilOS

The Friendly Python OS
https://github.com/tassopsaltakis/FilOS/
1 stars 1 forks source link

Running Native Python Programs on FilOS #32

Open tassopsaltakis opened 5 months ago

tassopsaltakis commented 5 months ago

This is something I have been thinking about for a while. While we are still working on the framework itself for the OS, we still need to keep this in mind because to ensure development stays steady, I have been practically building the OS in modules. This has been helping a ton, and why we are able to push some pretty great code in such a short time.

Obviously, we still need to think about kernel injection, but there are still things we need to work on before we inject FilOS into the kernel.