aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2014-12-15Simplify README files - point to online documentation insteadKevin O'Connor1-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>
2013-10-26Minor - eliminate the SET_GLOBAL macro.Kevin O'Connor1-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>
2013-10-16Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor1-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>
2013-09-18readme: Minor - fix typo in readme.Kevin O'Connor1-1/+1
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-13README: Update readme to note scripts/ directory rename and vgasrc/ directory.Kevin O'Connor1-1/+6
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-07-14Update README to include info on VARLOW variables.Kevin O'Connor1-11/+14
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-03-17Update README - copy *.aml files for QEMU.Kevin O'Connor1-0/+1
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-01-20Minor: Update README - variable changes are now reset on soft-reboots.Kevin O'Connor1-8/+7
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2011-10-04Update README file.Kevin O'Connor1-26/+9
2009-09-09Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor1-11/+11
Sometimes VAR16_32 is used to export a definition to assembler, so clarify its naming.
2009-06-15Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor1-23/+20
Enhance build to detect and avoid gcc with broken -fwhole-program Also, remove workaround for older gcc that mess up global exports.
2009-02-05Updates to README file.rel-0.4.0Kevin O'Connor1-19/+30
2008-05-10Fix elf build; rename target file rom.bin to bios.bin.Kevin O'Connor1-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.
2008-04-01Minor enhancements to README file.Kevin O'Connor1-7/+12
2008-03-30Update README file with more information on using the bios.rel-0.2.0Kevin O'Connor1-23/+129
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+71