search for: run_default

Displaying 8 results from an estimated 8 matches for "run_default".

Did you mean: grub_default
2014 Mar 14
0
Re: Sys::Virt integration into other event loops
...ing to read, it will fire off. I’d like to do something similar > with Sys::Virt, but I can’t seem to wrap my head around its event system. > The only examples I can find are the ones included in Sys::Virt source, > which consist of a series of run_once() calls, or a while loop around > run_default(). > > Does anyone have any idea how I can make this play nicely with an existing > event loop such as EV, or even to fire off ($cv->send) an AnyEvent condvar > when the event I set in domain_event_register_any() triggers? > > Our current solution involves setting an AnyEvent...
2014 Mar 14
3
Sys::Virt integration into other event loops
...e the $fh has something to read, it will fire off. I’d like to do something similar with Sys::Virt, but I can’t seem to wrap my head around its event system. The only examples I can find are the ones included in Sys::Virt source, which consist of a series of run_once() calls, or a while loop around run_default(). Does anyone have any idea how I can make this play nicely with an existing event loop such as EV, or even to fire off ($cv->send) an AnyEvent condvar when the event I set in domain_event_register_any() triggers? Our current solution involves setting an AnyEvent->timer, which periodically...
2013 Jun 25
0
Syslinux 6.00 released
..._get_nic.o syslinux/pxe_dns.o syslinux/video/fontquery.o syslinux/video/reportmode.o syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o syslinux/shuffle_rm.o syslinux/zonelist.o syslinux/dump_mmap.o syslinux/dump_movelist.o syslinux/run_default.o syslinux/run_command.o syslinux/cleanup.o syslinux/localboot.o syslinux/runimage.o syslinux/loadfile.o syslinux/floadfile.o syslinux/zloadfile.o syslinux/load_linux.o syslinux/initramfs.o syslinux/initramfs_file.o syslinux/initramfs_loadfile.o syslinux/initramfs_archive.o sys/libansi.o sys/gpxe.o...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...d.c | 20 ++---- com32/lib/syslinux/keyboard.c | 14 +--- com32/lib/syslinux/pxe_dns.c | 14 +--- com32/lib/syslinux/pxe_get_cached.c | 11 +--- com32/lib/syslinux/pxe_get_nic.c | 12 +--- com32/lib/syslinux/run_command.c | 9 +-- com32/lib/syslinux/run_default.c | 10 +-- com32/lib/syslinux/runimage.c | 19 ++--- com32/lib/syslinux/serial.c | 19 +++-- com32/lib/syslinux/shuffle.c | 9 +-- com32/lib/syslinux/version.c | 21 ++++--- com32/lib/syslinux/video/fontquery.c | 16 ++--- com32/lib/syslinux/v...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > Thanks - now it crashes later ... What crash are you seeing? > I don't have the ia64 files which are needed for a complete binary. But > maybe that's only my special problem. You shouldn't need ia64 files to build ia32 and x86-64 versions of gnu-efi or Syslinux. -- Matt Fleming, Intel Open Source Technology Center
2012 Aug 14
1
[GIT PULL] elflink fixes
...d.c | 20 ++---- com32/lib/syslinux/keyboard.c | 14 +--- com32/lib/syslinux/pxe_dns.c | 14 +--- com32/lib/syslinux/pxe_get_cached.c | 11 +--- com32/lib/syslinux/pxe_get_nic.c | 12 +--- com32/lib/syslinux/run_command.c | 9 +-- com32/lib/syslinux/run_default.c | 10 +-- com32/lib/syslinux/runimage.c | 19 ++--- com32/lib/syslinux/serial.c | 19 +++-- com32/lib/syslinux/shuffle.c | 9 +-- com32/lib/syslinux/version.c | 21 ++++--- com32/lib/syslinux/video/fontquery.c | 16 ++--- com32/lib/syslinux/v...
2010 Apr 27
4
Patch sensible callback framework
...type); + +#endif diff -uprN syslinux-3.86-vanilla/com32/lib/Makefile syslinux-3.86/com32/lib/Makefile --- syslinux-3.86-vanilla/com32/lib/Makefile 2010-03-31 11:24:25.000000000 -0500 +++ syslinux-3.86/com32/lib/Makefile 2010-04-26 04:57:20.000000000 -0500 @@ -102,6 +102,8 @@ LIBOBJS = \ syslinux/run_default.o syslinux/run_command.o \ syslinux/cleanup.o syslinux/localboot.o syslinux/runimage.o \ \ + syslinux/callback.o \ + \ syslinux/loadfile.o syslinux/floadfile.o syslinux/zloadfile.o \ \ syslinux/load_linux.o syslinux/initramfs.o \ diff -uprN...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib