1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-21 19:44:21 -05:00

added a fallback _OSVERSION string

This commit is contained in:
XeonSquared 2020-06-03 12:38:04 +10:00
parent bc5f24f1e6
commit 58c9a5492e

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")