search for: workingstdin

Displaying 1 result from an estimated 1 matches for "workingstdin".

2013 Oct 23
2
syslinux lua support
...extend the PCI and VESA modules in the lua module. First, I need access to the full PCI information. It doesn't expose the device class that is available in the C API. I have written a patch for this, but I don't know if it meets the code standards for this project. Second, I need to have a workingstdin when in VESA mode. As it stands, io.read() fails when in VESA mode. Itappears to be because of the dev_rawcon_r being the assigned input console. IfI modify the source to use dev_stdcon_r, it works as it does outside of VESA mode. However, I need to have raw access to the stdin if I am to design a...