- in bios.lua: check if file "shell" exists
- If yes - launch this file, if not - launch original shell
- A way to protect from running "startup" on disk drives
- Proper OSes
- And more that I can't think of.
Posted 16 June 2013 - 02:07 AM
Posted 16 June 2013 - 03:01 AM
Posted 16 June 2013 - 03:51 AM
if fs.exist("shell") then
shell.exit()
shell.run("shell")
else
--The other shell crap
end
Posted 16 June 2013 - 04:03 AM
0 members, 2 guests, 0 anonymous users