search for: keytest

Displaying 7 results from an estimated 7 matches for "keytest".

Did you mean: _mytest
2006 May 25
1
pxelinux/mboot confused about e820 memory maps on HP Proliant BIOS's
...egs_in)); regs_in.eax.l = 0xe820; /* "Get system memory map" */ regs_in.ebx.l = regs_out.ebx.l; /* Continuation value from last call */ regs_in.ecx.l = 20; /* Size of buffer to write into */ --- baseline-syslinux/./syslinux-3.11/com32/samples/keytest.c 2006-05-25 14:03:32.000000000 -0700 +++ fixed-syslinux/./syslinux-3.11/com32/samples/keytest.c 2006-05-25 14:03:03.000000000 -0700 @@ -72,7 +72,7 @@ { console_ansi_raw(); - printf("CLK_TCK = %d\n", (int)CLK_TCK); + printf("CLOCKS_PER_SEC = %d\n", (int)CLOCKS_PER_SEC);...
2015 Dec 01
1
[PATCH 0/2] Do not use the "red zone" on EFI
...nt of the build. > > Best,Patrick > > > Your mail in in HTML. :) I checked the whole log. The only lines in the logs of "make efi64" starting with gcc that do not contain -mno-red-zone are: - linking invocations - used to compiles .lo files that produce fancyhello.lnx and keytest.lnx (what are those?) - used to build tools that only run on the compiling host: relocs, prepcore, wrapper (note that relocs is no longer used at all) - used to compile assembly file which obviously control the stack usage. The very same goes for "make efi32". "Make bios" produ...
2015 Jul 03
4
boot... round 2
Hi, Adam Williamson > I think it would be better if someone else confirms there's actually > something to fix. There was indeed the shortcomming that byte values 128 to 255 were treated as whitespace and mapped to "_" resp. "". This would affect non-ASCII characters of UTF-8 or old ISO-8859. But the reason why gcc 5 made a difference to gcc 4.9 is not found yet.
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...ules | libgpl.c32 |rosh.c32 |com32/rosh | libutil.c32 libcom32.c32 |advdump.c32 |com32/samples | |entrydump.c32 |com32/samples | |fancyhello.c32 |com32/samples | libutil.c32 |hello.c32 |com32/samples | |keytest.c32 |com32/samples | libutil.c32 |localboot.c32 |com32/samples | libcom32.c32 |resolv.c32 |com32/samples | |serialinfo.c32 |com32/samples | |sysdump.c32 |com32/sysdump | libcom32.c32 [1] http://www.syslinux.org/wiki/in...
2015 Nov 28
3
[PATCH 0/2] Do not use the "red zone" on EFI
2015-11-28 8:47 UTC+01:00, Ady via Syslinux <syslinux at zytor.com>: > >> From: Sylvain Gault <sylvain.gault at gmail.com> >> >> The System V ABI for x86-64 specify that a "red zone" is an area of 128 >> bytes >> above the current stack frame. This area can be used by a called function >> in >> order to avoid the overhead of
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...7 02:07 ifcpu.c32 -rw-rw-r-- 1 root wheel 1752 Apr 27 02:07 ifcpu64.c32 -rw-rw-r-- 1 root wheel 4216 Apr 27 02:07 ifmemdsk.c32 -rw-rw-r-- 1 root wheel 1916 Apr 27 02:07 ifplop.c32 -rw-rw-r-- 1 root wheel 1680 Apr 27 02:07 kbdmap.c32 -rw-rw-r-- 1 root wheel 1896 Apr 27 02:04 keytest.c32 -rw-rw-r-- 1 root wheel 4764 Apr 27 02:07 kontron_wdt.c32 -rw-rw-r-- 1 root wheel 184268 Apr 27 02:01 libcom32.c32 -rw-rw-r-- 1 root wheel 737290 Apr 27 02:01 libcom32.elf -rw-rw-r-- 1 root wheel 66824 Apr 27 02:00 libgpl.c32 -rw-rw-r-- 1 root wheel 237875 Apr 27 02:00 libgpl....
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and