Advertisement
Guest User

Boot.exe

a guest
Jun 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --This is the boot file for BunnyOS.
  2. --These are necesarry boot tasks to run
  3. --The OS
  4.  
  5. os.loadAPI("/BunnyOS/SysFiles/driver")
  6. print("Booting BunnyOS")
  7. shell.run("BunnyOS/SysFiles/loading.exe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement