|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Mini-os with Lua
ramsdell@xxxxxxxxx (John D. Ramsdell) writes:
> The C library that is part of mini-os in inadequate for use with
> Lua, however, one can build a cross-compiler that can do the job.
> ...
> I have also built Lua with it so as to ensure that all of its
> globals are resolved by newlib.
Actual, not all the globals were resolved by newlib. Lua uses the
time system call, but it can easily be implemented in terms of
gettimeofday.
John
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|