VirtualBox

Changes between Version 6 and Version 7 of OS/2 build instructions


Ignore:
Timestamp:
Mar 4, 2007 10:45:12 PM (17 years ago)
Author:
bird
Comment:

VBoxDrv.sys

Legend:

Unmodified
Added
Removed
Modified
  • OS/2 build instructions

    v6 v7  
    88 * GCC 3.3.5 CSD1: [[BR]] ftp://ftp.netlabs.org/pub/gcc/gcc-3.3.5-csd1.zip
    99 * SDL: [[BR]] ftp://ftp.netlabs.org/pub/sdl/sdl-1.2.10-bin-20060602.zip [[BR]] Unpack this into tools/os2.x86/libsdl/v1.2.10-20060602/. If you get compiler errors in the SDL headers, the patch at the bottom of this page will help you.
     10 * Checkout of the latest libc trunk.
    1011 * Later: Latest Qt3: [[BR]] ftp://ftp.netlabs.org/pub/qt3/ [[BR]] Unpack this into tools/os2.x86/qt/v3.x.y/.
    1112 * ...
     
    2021}}}
    2122 1. {{{SET VBOX_OSE=1}}}
     23 1. Create symbolic links to the kLdr and os2ddk:
     24{{{
     25kmk_ln -s <libc trunk>/libc/include/os2ddk src/VBox/Runtime/include/os2ddk
     26kmk_ln -s <libc trunk>/kLdr src/VBox/Runtime/kLdr
     27}}}
    2228 1. To build type
    2329{{{
     
    2834== Running !VirtualBox ==
    2935
    30 Since this is work in progress there are just testcases and a VBoxBFE with display problems to run at this point. If you like to see the VBoxBFE SDL window and immediatly hit an assertion, do this:
     36Since this is work in progress there are just testcases and a VBoxBFE with display problems on some graphics cards at this point.
     37
     38You can either run it without loading the driver and therefore without rawmode enabled by executing {{{set VBOX_SUPLIB_FAKE=fake}}} on the command line. The alternative is to copy VBoxDrv.sys from {{{out\os2.x86\release\bin}}} to your boot drive and add a {{{DEVICE=c:\VBoxDrv.sys}}} statement to your config.sys.
     39
     40If you like to see the VBoxBFE SDL window and immediately hit an assertion, do this:
    3141 1. Change directory to {{{out\os2.x86\release\bin}}}
    3242 1. Add this directory to the {{{BEGINLIBPATH}}} variable (full path, remember).
    33  1. Set the env.var.: {{{VBOX_SUPLIB_FAKE=fake}}}
    3443 1. Execute {{{.\VBoxBFE.exe -m 64}}} and you an BIOS error saying it can't read the boot drive. If you happen to have an knoppix iso or simliar around try boot it using the {{{-cdrom}}} and {{{-boot d}}} options.
    3544

© 2023 Oracle
ContactPrivacy policyTerms of Use