<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Both solutions work for my application !<br>Thanks a lot. I think I will use one of them, even if I know it's not really "clean".<br><br>Thanks again,<br><br>Alain<br><br><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1"><b><span style="font-weight:bold;"></span></b></font><br></div>On Wed, May 09, 2012 at 08:44:45PM -0400, Kevin O'Connor wrote:<br>> On Wed, May 09, 2012 at 08:57:53AM -0700, Alain Ribière wrote:<br>> > I wonder what is the CDOS system at 0D4000... It seems a bit strange.<br>> <br>> Very odd.  This is still controlled by seabios.  Indeed, if I apply<br>> this (clearly incorrect) patch to
 seabios:<br>> <br>> diff --git a/src/shadow.c b/src/shadow.c<br>> index c0c8cc2..73c0670 100644<br>> --- a/src/shadow.c<br>> +++ b/src/shadow.c<br>[...]<br><br>Just for kicks, I tried a simple hack to try and reserve more memory<br>in the c/d/e-segments, and it seems to work for the image you posted.<br>Run:<br><br>python -c 'import sys; sys.stdout.write("\x55\xaa\xc8\xcb\x6e" + "\x00"*(100*1024 - 5))' > dummy.rom<br><br>and then add "-option-rom dummy.rom" to your qemu command line.  (The<br>idea is to build a 100K dummy option rom that seabios will load and<br>mark as read-only memory.)<br><br>-Kevin<br><br><br> </div> </div>  </div></body></html>