[vbox-dev] Changes to source don't seem to have effect on my rebuild

tsukishiro yamazaki tsukishiro88 at gmail.com
Wed Nov 7 06:13:07 GMT 2012


Hi Frank,

Thanks for the enlightenment!
I did notice before that ./configure says "Open Watcom  was not found" but
I thought it was OK to ignore it. (my big mistake! >.< )
I also read in the configure file that OpenWatcom compiler is needed for
compiling the BIOS (which just reassures my mistake)
Followed the link and compiled and installed OpenWatcom and changes to
system.c already take effect!

Thanks again!


On Tue, Nov 6, 2012 at 5:00 PM, Frank Mehnert <frank.mehnert at oracle.com>wrote:

> Hi Tsukishiro,
>
> On Tuesday 06 November 2012 02:17:56 tsukishiro yamazaki wrote:
> > I am still quite new to modifying VBox source code so please bear with my
> > ignorance.
> > My goal is to somehow manually hard code the memory map for VBox.
> > I found that the BIOS INT 15 function, used together with E820, is
> handled
> > in Vbox/Devices/PC/BIOS/system.c
> > However, when I tried modifying the code and rebuild VBox, no changes
> seem
> > to have taken effect.
> > I was expecting an error since I practically commented out the entire
> > contents of the case 0x20 block.
> >
> > How do I rebuild the source to incorporate the changes I made?
> > Btw, I downloaded Virtual Box 4.2.4 from Virtual Box homepage and
> followed
> > this guide to installing it.
> > http://www.howtoforge.com/virtualbox_ubuntu
>
> please check your AutoConfig.kmk. I assume it contains
>
>   VBOX_WITH_OPEN_WATCOM :=
>
> If your build environment does not contain the Watcom C compiler,
> the alternative BIOS source file is used, see
>
>   src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
>
> To use the C files, install the Open Watcom C compiler, see
>
>   http://www.openwatcom.org/
>
> Then rerun the configure script and make sure it finds the compiler
> and sets VBOX_WITH_OPEN_WATCOM properly.
>
> Kind regards,
>
> Frank
> --
> Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox
> ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany
>
> Hauptverwaltung: Riesstr. 25, D-80992 München
> Registergericht: Amtsgericht München, HRA 95603
> Geschäftsführer: Jürgen Kunz
>
> Komplementärin: ORACLE Deutschland Verwaltung B.V.
> Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
> Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
> Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
>
>


-- 

以上、宜しくお願い致します

===============================
Jedd Benedict Kris Mahilum
(ジェドベネディククリス・マヒルム)
R&D Engineer
GSD Dept,  AWS, Inc
------------------------------------------------------
AWS, Incorporated
5F Shinagawa Place
1-8-40 Konan, Minato-ku, Tokyo
108-0075 Japan
===============================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20121107/dff8e89f/attachment.html>


More information about the vbox-dev mailing list