Displaying 1 result from an estimated 1 matches for "g8b9b72a".
2008 Jul 18
2
[GIT] Lua running as a com32 syslinux module
...one is interested, here is a working prototype:
http://git.etherboot.org/?p=people/xl0/syslinux-lua.git;a=summary
Os, io and math libraries are not compiled right now. Also, there are
no bindings for any syslinux functions. Otherwise, everything should
work just fine, like
ISOLINUX 3.71 pre14-14-g8b9b72a* Copyright (C) 1994-2008 H. Peter Anvin
Could not find kernel image: linux
boot: lua.c32
Lua 5.1.3 Copyright (C) 1994-2008 Lua.org, PUC-Rio
> print("Hello, World!")
Hello, World!
> f()
stdin:1: attempt to call global 'f' (a nil value)
stack traceback:
stdin:1: in m...