Hi,
Been playing around with this for a few hours. Neat project! I wonder though, is there a way to persist files to a local file system? I've noticed that there is a syscall wrapper for open/write etc. calls, but it isn't used in the actual lua demo.
What I want to do is basically build a disk image, instead of an ISO, so files can be written/read from the "OS".
Side question: Is there a technical reason why this uses lua, instead of luajit? Could it be easily replaced?
Hi,
Been playing around with this for a few hours. Neat project! I wonder though, is there a way to persist files to a local file system? I've noticed that there is a syscall wrapper for open/write etc. calls, but it isn't used in the actual lua demo.
What I want to do is basically build a disk image, instead of an ISO, so files can be written/read from the "OS".
Side question: Is there a technical reason why this uses lua, instead of luajit? Could it be easily replaced?