search for: pc_setint16

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

2008 Aug 31
1
[RFC][PATCH] ui: label completion on tab key
...==================================================== --- syslinux-3.71-27-g3d39943.orig/core/keywords.inc 2008-08-31 22:45:26.000000000 +0200 +++ syslinux-3.71-27-g3d39943/core/keywords.inc 2008-08-31 22:45:28.000000000 +0200 @@ -75,6 +75,7 @@ keyword onerror, pc_onerror keyword allowoptions, pc_setint16, AllowOptions keyword noescape, pc_setint16, NoEscape + keyword labelcompl, pc_setint16, LabelCompl keyword f1, pc_filename, FKeyN(1) keyword f2, pc_filename, FKeyN(2) keyword f3, pc_filename, FKeyN(3) Index: syslinux-3.71-27-g3d39943/core/parseconfig.inc ===========================...
2004 Oct 07
1
x86 vs. x86_64 detection proof of concept patch (try two)
...end kbdmap kernel +kernel64 label localboot prompt diff -u syslinux-2.11/keywords.inc syslinux-2.11.new/keywords.inc --- syslinux-2.11/keywords.inc 2004-05-29 16:11:23.000000000 -0600 +++ syslinux-2.11.new/keywords.inc 2004-10-04 17:33:55.000000000 -0600 @@ -52,6 +52,7 @@ keyword implicit, pc_setint16, AllowImplicit keyword kbdmap, pc_filecmd, loadkeys keyword kernel, pc_kernel + keyword kernel64, pc_kernel64 keyword label, pc_label keyword prompt, pc_setint16, ForcePrompt keyword say, pc_say Common subdirectories: syslinux-2.11/memdisk and syslinux-2.11.new/...
2007 Jan 04
2
Automatically choose between 32-bit and 64-bit kernel
...14:02:38.000000000 -0500 @@ -46,6 +46,7 @@ keyword menu, pc_comment keyword append, pc_append keyword default, pc_default + keyword default64, pc_default64 keyword display, pc_filecmd, get_msg_file keyword font, pc_filecmd, loadfont keyword implicit, pc_setint16, AllowImplicit diff -ur syslinux-3.31.orig/kwdhash.gen syslinux-3.31/kwdhash.gen --- syslinux-3.31.orig/kwdhash.gen 2006-09-26 00:52:27.000000000 -0400 +++ syslinux-3.31/kwdhash.gen 2007-01-03 15:17:26.000000000 -0500 @@ -1,6 +1,7 @@ hash_menu equ 0x003719b5 hash_append...
2013 Mar 07
4
Syslinux-5.10-pre1
...LL ->inode lwip: Fix use-after-free memory corruption shuffle: syslinux_dump_movelist() only takes 1 argument net: Return of the legacy network stack Merge branch 'lwip-merge' into elflink Sebastian Herbszt (2): thread: free curr->rmstack core: fix pc_setint16 and pc_setint32 -- Matt Fleming, Intel Open Source Technology Center
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a