Add Master files.

This commit is contained in:
2024-11-22 19:33:00 +01:00
parent de735fcda6
commit ef080a96b2
7 changed files with 304 additions and 0 deletions

7
runner.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Allows the PyNVOS "kernel" to "boot"
Version: 1.0.0
"""
from vfs.sys.jail_mgr import PyJail
krnl = PyJail()
krnl.run_program("/bin/shell.py")