justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
440 stars 53 forks source link

Luajit Boot #229

Closed dlannan-fmad closed 3 years ago

dlannan-fmad commented 3 years ago

Hi, Im working on a weird little luajit bootable here: https://github.com/dlannan/ljos And Im wondering if you think it would be possible to use ljsyscal in this setup. I believe I need:

Things tried:

I know this project appears to be dead, but if you are still using this and can give any tips, Id appreciate it. Thanks.

dlannan-fmad commented 3 years ago

After reading your examples and a number of other documents, I have figured most of it out. Im running it slightly differently but it all works. Thanks very much. You have done amazing work here. I hope I can add to it, or help if needed.