61
61
/* Jump to OS with flat physical addressing */
62
62
DBGC ( image, "ELF %p starting execution at %lx\n", image, entry );
65
: "eax", "ebx", "ecx", "edx", "esi", "ebp",
67
: "eax", "ebx", "ecx", "edx", "esi", "memory" );
68
69
DBGC ( image, "ELF %p returned\n", image );