I have made a second attempt at writing an OS, and it actually boots... but it refuses to recognize /apis/io.lua as existing - when I loadfile it, it just says '/sys/boot.lua:46: Attempt to call a nil value'.
Also, I can't get it to display anything on the screen (I'm using OCEmu by gamax92, so maybe that's my problem).
I have attached the entire filesystem as of now. (And before you ask, yes I know that /apis/graphics.lua is missing.)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I have made a second attempt at writing an OS, and it actually boots... but it refuses to recognize /apis/io.lua as existing - when I loadfile it, it just says '/sys/boot.lua:46: Attempt to call a nil value'.
Also, I can't get it to display anything on the screen (I'm using OCEmu by gamax92, so maybe that's my problem).
I have attached the entire filesystem as of now. (And before you ask, yes I know that /apis/graphics.lua is missing.)
Filesystem:
/init.lua
/sys/boot.lua
/apis/io.lua
/apis/gpu.lua (unused)
/apis/filesystem.lua
init.lua boot.lua filesystem.lua io.lua os.lua gpu.lua
Link to post
Share on other sites