update shell with require

This commit is contained in:
kepler155c@gmail.com
2018-12-16 22:17:19 -05:00
parent 0aa0841b76
commit 7d64b0c6db
5 changed files with 143 additions and 13 deletions

View File

@@ -115,6 +115,10 @@ function kernel.getCurrent()
return kernel.running
end
function kernel.getShell()
return shell
end
function kernel.newRoutine(args)
kernel.UID = kernel.UID + 1