[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Reading a Lua system image
- From: Steve Dekorte <steve@...>
- Date: Wed, 31 Dec 97 02:32:45 -0800
I got reading a Lua system image working this morning.
The image format is crude but everything works.
I wrote it completely in Lua and can post the code if anyone's interested.
Thanks to the Alan, Pedro and Luiz for responding to my questions about
blocks - some of the ideas came in handy for dealing with linking functions.
Now I just need to figure out why writeto() causes a memory access exception
on popen() before I can start work on saving a Lua system image.
Steve Dekorte