added a fallback _OSVERSION string

This commit is contained in:
Izaya 2020-06-03 12:38:04 +10:00
parent bc5f24f1e6
commit 58c9a5492e
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
--#include "module/devfs/syslog.lua"
--#include "module/loadfile.lua"
_OSVERSION=_OSVERSION or "PsychOS 2"
os.spawn(function()
os.setenv("PWD","/boot")
io.input("/dev/null")