summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Simplify README files - point to online documentation insteadKevin O'Connor2014-12-151-176/+11
| | | | | | | | 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>
* Minor - eliminate the SET_GLOBAL macro.Kevin O'Connor2013-10-261-11/+10
| | | | | | | 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>
* Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor2013-10-161-2/+4
| | | | | | | | 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>
* readme: Minor - fix typo in readme.Kevin O'Connor2013-09-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* README: Update readme to note scripts/ directory rename and vgasrc/ directory.Kevin O'Connor2013-09-131-1/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Update README to include info on VARLOW variables.Kevin O'Connor2013-07-141-11/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Update README - copy *.aml files for QEMU.Kevin O'Connor2013-03-171-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Minor: Update README - variable changes are now reset on soft-reboots.Kevin O'Connor2013-01-201-8/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Update README file.Kevin O'Connor2011-10-041-26/+9
|
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-11/+11
| | | | | Sometimes VAR16_32 is used to export a definition to assembler, so clarify its naming.
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-23/+20
| | | | | Enhance build to detect and avoid gcc with broken -fwhole-program Also, remove workaround for older gcc that mess up global exports.
* Updates to README file.rel-0.4.0Kevin O'Connor2009-02-051-19/+30
|
* Fix elf build; rename target file rom.bin to bios.bin.Kevin O'Connor2008-05-101-3/+3
| | | | | | 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.
* Minor enhancements to README file.Kevin O'Connor2008-04-011-7/+12
|
* Update README file with more information on using the bios.rel-0.2.0Kevin O'Connor2008-03-301-23/+129
|
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+71