diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-10-14 21:52:28 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-10-16 20:17:00 -0400 |
commit | 8744e1512b55f57715e9a44e7629f53e54fd8a96 (patch) | |
tree | 251bda70da97730f9808cfb827c8f29940655379 /README | |
parent | 7c80bb83d9a154a19df75c48a8b42bfb4904a2e4 (diff) | |
download | seabios-8744e1512b55f57715e9a44e7629f53e54fd8a96.tar.gz |
Build different final files for QEMU, coreboot, and CSM.
Build out/bios.bin on QEMU, out/bios.bin.elf on coreboot, and
out/Csm16.bin for CSM. This reduces the chance that one accidentally
builds for an incorrect target.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ This code implements an X86 legacy bios. It is intended to be compiled using standard gnu tools (eg, gas and gcc). -To build, one should be able to run "make" in the main directory. The -resulting file "out/bios.bin" contains the processed bios image. +To build for QEMU, one should be able to run "make" in the main +directory. The resulting file "out/bios.bin" contains the processed +bios image. To build for coreboot, please see the coreboot wiki. To +build for CSM, please see README.CSM. Testing of images: |