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
|
---|
2 | set -ex
|
---|
3 | yasm -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
|
---|
5 | g++ -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.