Displaying 6 results from an estimated 6 matches for "timer_ev".
Did you mean:
timer_
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
...} while (status == EFI_SUCCESS);
+ Print(L"load_env32 start\n");
if (!setjmp(load_error_buf))
load_env32(NULL);
+ Print(L"load_env32 done.\n");
/* load_env32() failed.. cancel timer and bailout */
status = cancel_timer(timer_ev);
Untested
2015 Oct 09
0
load_env32 WAS: Hyper-V Gen 2 waiting for ldlinux.e64
...t;
> + Print(L"load_env32 start\n");
> if (!setjmp(load_error_buf))
> load_env32(NULL);
> + Print(L"load_env32 done.\n");
>
> /* load_env32() failed.. cancel timer and bailout */
> status = cancel_timer(timer_ev);
>
>
> Untested
(James did)
It dies in load_env32.
$ git grep load_env
core/diskstart.inc: pm_call load_env32
core/elflink/load_env32.c:void load_env32(com32sys_t * regs __unused)
core/extern.inc: ; elflink/load_env32.c
core/extern.inc: extern load_env32, pm...
2015 Oct 08
0
{syslinux} Hyper-V Gen 2 waiting for ldlinux.e64
...;
>
> + Print(L"load_env32 start\n");
> if (!setjmp(load_error_buf))
> load_env32(NULL);
> + Print(L"load_env32 done.\n");
>
> /* load_env32() failed.. cancel timer and bailout */
> status = cancel_timer(timer_ev);
>
>
> Untested
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
>
> ----- End forwarded message -----
>
>
> I wo...
2025 Apr 21
0
[PATCH] Improve EFI console logging
...mode(int *cols, int *rows)
@@ -1384,7 +1387,10 @@ EFI_STATUS efi_main(EFI_HANDLE image, EF
} while (status == EFI_SUCCESS);
if (!setjmp(load_error_buf))
+ {
load_env32(NULL);
+ writestr("\r\n");
+ }
/* load_env32() failed.. cancel timer and bailout */
status = cancel_timer(timer_ev);
2025 Apr 22
0
[PATCH] Improve EFI console logging
...gt; } while (status == EFI_SUCCESS);
>>
>> if (!setjmp(load_error_buf))
>> + {
>> load_env32(NULL);
>> + writestr("\r\n");
>> + }
>>
>> /* load_env32() failed.. cancel timer and bailout */
>> status = cancel_timer(timer_ev);
>>
>>
>> _______________________________________________
>> Syslinux mailing list
>> Submissions to Syslinux at syslinux.org
>> Unsubscribe or set options at:
>> https://lists.syslinux.org/syslinux
>>
2015 Oct 07
3
Hyper-V Gen 2 waiting for ldlinux.e64
> On Wed, Oct 07, 2015 at 05:06:41PM -0500, Clements, James via Syslinux
> wrote:
> > > On Wed, Oct 07, 2015 at 06:01:30PM +0200, Geert Stappers via Syslinux
> wrote:
> > > is for BIOS, not for EFI. So that suggestion can be scraped.
> > >
> > > Which makes
> > > * text which is on the screen of the netbooting (virtual) machine
> > >