VirtualBox

Changes between Version 7 and Version 8 of Source_code_organization


Ignore:
Timestamp:
Jul 2, 2020 6:51:07 PM (4 years ago)
Author:
Klaus Espenlaub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Source_code_organization

    v7 v8  
    4545The tools are sorted into subdirectories for the various platforms:
    4646
    47  * `x86.linux` contains:
    48    * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.
     47 * `darwin.amd64` and `darwin.x86` contain:
     48   * `bin/iasl` is the ACPI DSL compiler, available with source from [https://acpica.org/downloads here].
     49   * `bin/yasm` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.
    4950
    50  * `x86.win32` contains:
    51    * `bin/as86` and `bin/bcc` are some old compilers that we require for some real-mode code in !VirtualBox. This is from the [http://homepage.ntlworld.com/robert.debath/ Linux 8086 development environment project.]
    52    * `bin/iasl` is the Intel ACPI DSL compiler, available with source from [http://www.intel.com/technology/iapc/acpi/downloads.htm here].
    53    * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.
     51 * `linux.amd64` and `linux.x86` contain:
     52   * `bin/yasm` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.
    5453
     54 * `solaris.amd64` and `solaris.x86` contain:
     55   * `bin/iasl` is the ACPI DSL compiler, available with source from [https://acpica.org/downloads here].
     56   * `bin/yasm` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.
    5557
    56 
    57 
     58 * `win.amd64` and `win.x86` contain:
     59   * `bin/doxygen.exe`, `bin/doxyindexer.exe`, `bin/doxysearch.cgi,exe`, `bin/libclang.dll` are the Doxygen tools, useful for development and documentation extraction from source code, available with source code from [https://www.doxygen.nl/ here].
     60   * `bin/iasl.exe` is the ACPI DSL compiler, available with source from [https://acpica.org/downloads here].
     61   * `bin/msvcrt.dll` is the Microsoft Visual C Runtime, needed by many executables and libraries.
     62   * `bin/xsltproc.exe`, `bin/libxslt.dll`, `bin/libexslt.dll`, `bin/libxml2.dll`, `bin/iconv.dll`, `bin/zlib1.dll` are the XSLT processing tool and library from [http://xmlsoft.org/libxslt/ here] (plus some required libraries which are included in the Windows binaries [http://www.zlatkovic.com/projects/libxml/ here]).
     63   * `bin/yasm.exe` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.

© 2023 Oracle
ContactPrivacy policyTerms of Use