Commit Graph

16 Commits

Author SHA1 Message Date
Kevin O'Connor 64b7614976 Simplify README files - point to online documentation instead
The README file and README.CSM file have gotten a bit out of date.
Instead of maintaining technical information in the README file, point
new users to the SeaBIOS wiki.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-12-15 21:46:56 -05:00
Kevin O'Connor c21dce3505 Minor - eliminate the SET_GLOBAL macro.
Remove the SET_GLOBAL macro - it is no longer used and since it was
only available in "32bit flat" mode it does not have much use.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-10-26 11:56:24 -04:00
Kevin O'Connor 8744e1512b 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>
2013-10-16 20:17:00 -04:00
Kevin O'Connor 490797e851 readme: Minor - fix typo in readme.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-18 20:48:33 -04:00
Kevin O'Connor 1c78711825 README: Update readme to note scripts/ directory rename and vgasrc/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-13 16:29:11 -04:00
Kevin O'Connor 14b255bcc2 Update README to include info on VARLOW variables.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-07-14 14:40:19 -04:00
Kevin O'Connor ac467be24d Update README - copy *.aml files for QEMU.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-03-17 10:29:06 -04:00
Kevin O'Connor 88ab34e2cf Minor: Update README - variable changes are now reset on soft-reboots.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-01-20 10:46:51 -05:00
Kevin O'Connor 0fdf193a3e Update README file. 2011-10-04 21:12:28 -04:00
Kevin O'Connor 372e071ed4 Rename VAR16_32 to VAR16VISIBLE.
Sometimes VAR16_32 is used to export a definition to assembler, so
    clarify its naming.
2009-09-09 09:51:31 -04:00
Kevin O'Connor 0942e7fbe4 Avoid -fwhole-program on broken gcc instead of stopping build.
Enhance build to detect and avoid gcc with broken -fwhole-program
Also, remove workaround for older gcc that mess up global exports.
2009-06-15 22:27:01 -04:00
Kevin O'Connor 0afee5259e Updates to README file. 2009-02-05 20:32:41 -05:00
Kevin O'Connor 59fead6413 Fix elf build; rename target file rom.bin to bios.bin.
The main output file is now called out/bios.bin (instead of out/rom.bin).
Use ld to build final elf file and call the result out/bios.bin.elf
Make sure to long jump from external 32bit entry point.
2008-05-10 15:49:20 -04:00
Kevin O'Connor 0bb2a44ea4 Minor enhancements to README file. 2008-04-01 21:09:05 -04:00
Kevin O'Connor 838f08fcb9 Update README file with more information on using the bios. 2008-03-30 11:07:42 -04:00
Kevin O'Connor f076a3eeb9 Initial checkin. 2008-02-25 22:25:15 -05:00