mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
i386: print trampoline disposition value for verbose boot
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
3f8ca7a22e
commit
29bfaf1c6d
1 changed files with 2 additions and 0 deletions
|
|
@ -1646,6 +1646,8 @@ machdep_init_trampoline(void)
|
|||
|
||||
/* Re-initialize new IDT since the handlers were relocated */
|
||||
setidt_disp = trampoline - start_exceptions;
|
||||
if (bootverbose)
|
||||
printf("Trampoline disposition %#zx\n", setidt_disp);
|
||||
fixup_idt();
|
||||
|
||||
r_idt.rd_limit = sizeof(struct gate_descriptor) * NIDT - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue