VirtualBox

source: kStuff/hacks/os2ldr/bld.sh@ 75

Last change on this file since 75 was 45, checked in by bird, 13 years ago

os2ldr: Hack around broken PCI BIOS in recent AMI UEFI firmwares.

  • Property svn:executable set to *
File size: 349 bytes
Line 
1#!/bin/bash
2set -ex
3yasm -f bin -L nasm -l pcibios_workaround1.lst -o pcibios_workaround1.bin pcibios_workaround1.asm
4# nasm -f bin -l pcibios_workaround1.lst -o pcibios_workaround1.bin pcibios_workaround1.asm - doesn't work
5g++ -g os2ldr_patcher.cpp -o os2ldr_patcher -g -Wall -pedantic
6./os2ldr_patcher os2ldr pcibios_workaround1.bin os2ldr.new
7
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette