Hi Frank,<div><br></div><div>Thanks for the enlightenment!</div><div>I did notice before that ./configure says "Open Watcom  was not found" but I thought it was OK to ignore it. (my big mistake! >.< )</div>
<div>I also read in the configure file that OpenWatcom compiler is needed for compiling the BIOS (which just reassures my mistake)</div><div>Followed the link and compiled and installed OpenWatcom and changes to system.c already take effect!</div>
<div><br></div><div>Thanks again!</div><div><br><br><div class="gmail_quote">On Tue, Nov 6, 2012 at 5:00 PM, Frank Mehnert <span dir="ltr"><<a href="mailto:frank.mehnert@oracle.com" target="_blank">frank.mehnert@oracle.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Tsukishiro,<br>
<div><div class="h5"><br>
On Tuesday 06 November 2012 02:17:56 tsukishiro yamazaki wrote:<br>
> I am still quite new to modifying VBox source code so please bear with my<br>
> ignorance.<br>
> My goal is to somehow manually hard code the memory map for VBox.<br>
> I found that the BIOS INT 15 function, used together with E820, is handled<br>
> in Vbox/Devices/PC/BIOS/system.c<br>
> However, when I tried modifying the code and rebuild VBox, no changes seem<br>
> to have taken effect.<br>
> I was expecting an error since I practically commented out the entire<br>
> contents of the case 0x20 block.<br>
><br>
> How do I rebuild the source to incorporate the changes I made?<br>
> Btw, I downloaded Virtual Box 4.2.4 from Virtual Box homepage and followed<br>
> this guide to installing it.<br>
> <a href="http://www.howtoforge.com/virtualbox_ubuntu" target="_blank">http://www.howtoforge.com/virtualbox_ubuntu</a><br>
<br>
</div></div>please check your AutoConfig.kmk. I assume it contains<br>
<br>
  VBOX_WITH_OPEN_WATCOM :=<br>
<br>
If your build environment does not contain the Watcom C compiler,<br>
the alternative BIOS source file is used, see<br>
<br>
  src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm<br>
<br>
To use the C files, install the Open Watcom C compiler, see<br>
<br>
  <a href="http://www.openwatcom.org/" target="_blank">http://www.openwatcom.org/</a><br>
<br>
Then rerun the configure script and make sure it finds the compiler<br>
and sets VBOX_WITH_OPEN_WATCOM properly.<br>
<br>
Kind regards,<br>
<br>
Frank<br>
<span class="HOEnZb"><font color="#888888">--<br>
Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox<br>
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany<br>
<br>
Hauptverwaltung: Riesstr. 25, D-80992 München<br>
Registergericht: Amtsgericht München, HRA 95603<br>
Geschäftsführer: Jürgen Kunz<br>
<br>
Komplementärin: ORACLE Deutschland Verwaltung B.V.<br>
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande<br>
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697<br>
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher<br>
</font></span><br>_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><br>以上、宜しくお願い致します<br><br>===============================<br>Jedd Benedict Kris Mahilum <br>(ジェドベネディククリス・マヒルム)<br>R&D Engineer<br>GSD Dept,  AWS, Inc<br>
------------------------------------------------------<br>AWS, Incorporated<br>5F Shinagawa Place<br>1-8-40 Konan, Minato-ku, Tokyo<br>108-0075 Japan<br>===============================<br>
</div>