Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a0ebabf60a3f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 05328a49f618
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 25, 2020

  1. open-watcom-bin: init at 1.9

    This is a derivation for the binary distribution of the Open Watcom
    C/C++ compiler.
    blitz committed Apr 25, 2020
    Copy the full SHA
    c26e7f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. virtualbox: build BIOS from C instead of alternative sources

    VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
    These are generated by first compiling the BIOS C sources with the
    Open Watcom toolchain, disassembling the output and checking in the
    disassembly into the VirtualBox repo.
    
    The result means that the BIOS C code cannot be patched, because it's
    not compiled from the C sources, if Open Watcom is not there.
    
    As Open Watcom is now available in nixpkgs, we can just ignore the
    alternative BIOS sources and compile it from C directly.
    blitz committed Apr 28, 2020
    Copy the full SHA
    7c995a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85772 from blitz/open-watcom

    Use Open Watcom to build VirtualBox BIOS
    flokli committed Apr 28, 2020
    Copy the full SHA
    05328a4 View commit details
    Browse the repository at this point in the history