<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">>Then I suspect that that segment isn't being loaded. Is there a PT_LOAD that covers that address? Is the bootloader loading it?</span><br>
</p>
<div style="color: rgb(33, 33, 33);">
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div>
<div><br>
</div>
<div>I had had to switch to an another task for now and did not had chance to investigate deeper this issue yet.<br>
</div>
<div>I'll let you know if have something new here.<br>
</div>
<div><br class="gmail-Apple-interchange-newline">
>I suspected something like this :) I've had to do that in the past. btw if you are ever in a tight spot, a good thing to remember is EB FE (jmp -2) which encodes an >infinite loop on x86 (all modes, even 16bit I believe). It is small so can easily be patched
 over most instruction using a hex editor if necessary.</div>
<div>> </div>
<div>>-- Sean Silva</div>
</div>
<div><br>
</div>
<div>Nice. I saw this 2 byte jump it was used in 16 bits mode when did something for R_386_PC8 relocations:<br>
</div>
<div><a href="https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S#L297">https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S#L297</a><br>
</div>
<div><br>
</div>
<div>George.<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>