Displaying 1 result from an estimated 1 matches for "regs_out".
2006 May 25
1
pxelinux/mboot confused about e820 memory maps on HP Proliant BIOS's
...0
@@ -362,6 +362,7 @@
e820->size = sizeof(*e820) - sizeof(e820->size);
/* Ask the BIOS to fill in this descriptor */
+ memset(®s_in, 0, sizeof (regs_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...