search for: p7935

Displaying 5 results from an estimated 5 matches for "p7935".

Did you mean: 17935
2008 Dec 04
3
Patch: Allow args with spaces
Hi, the first attached patch extends the argument parsing code to allow (shell like) spaces. A config like LABEL BIOSupdate KERNEL dmiselect.c32 APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw" will result in args[]: ESPRIMO P5925 memdisk initrd=/dos/FSC-E5925.img raw instead of (current code): "ESPRIMO P5925" "memdisk
2011 May 09
3
Lua.c32 - user input / scripting
...e goal is to build a script that will allow me to enter a 4digit mt and load the bios iso accordingly print ("enter machine type :") mt = io.read() print ("you entered...",mt) doStuff() if (mt == "8141") then syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") end --- the problem is that lua kicks out an error every time "...attempt to call field 'read' ( a nil value)" --- this seems to work on the interpreter i installed on my linux box, but when i use it as a com32 it fails. --- boot: Lua.c32 /test/test.lua ---&g...
2008 Dec 10
1
[PATCH 1/2] COM32: lua - add syslinux library
Hi, the attached patch adds a new call to lua (patch is against latest lua branch): syslinux.run_command(...) It's just a little glue to call syslinux_run_command() from lua. Other syslinux functions should be easy to add. usage: syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") Bye, Marcel -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux-lua-syslinux.diff Type: text/x-patch Size: 2731 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20081210/2577ad42/attachment.bin>
2008 Dec 10
0
[PATCH 2/2] COM32: lua - add dmi library
...dmi.gettable() for k,v in pairs(dmitable) do print(k, v) end print(dmitable["system.manufacturer"]) print(dmitable["system.product_name"]) print(dmitable["bios.bios_revision"]) if ( string.match(dmitable["system.product_name"], "ESPRIMO P7935") ) then print("Matches") syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") else print("Does not match") end end Bye, Marcel -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux-l...
2013 Jun 14
14
Issues with Intel HD graphics 4000
Hey, Are there any known issues with the Intel''s integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I''ve gotten Xen to install with no problems on another