aboutsummaryrefslogtreecommitdiffstats
path: root/src/resume.c
Commit message (Expand)AuthorAgeFilesLines
* Disable inlining on old compilers.Kevin O'Connor2010-03-201-0/+1
* Reduce #ifs by weeding out some cross-chunk function definitions.Kevin O'Connor2010-01-031-2/+0
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-2/+2
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-8/+6
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-041-0/+2
* Remove 0x09 as a normal post code (forward port from bochs).Kevin O'Connor2009-06-211-1/+0
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-4/+0
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-0/+2
* Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor2009-05-231-2/+2
* Minor - rename BX_PANIC to panic.Kevin O'Connor2009-02-081-2/+2
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-2/+2
* Fix apparent bug in 16bit resume code.Kevin O'Connor2009-01-191-13/+11
* Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor2009-01-171-10/+15
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.Kevin O'Connor2009-01-021-1/+1
* The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor2009-01-021-1/+1
* Make sure to manually export s3_resume() for old buggy gcc versions.Kevin O'Connor2008-12-191-0/+4
* Add initial S3 resume support.Kevin O'Connor2008-12-181-1/+42
* Improve support for old 16bit resume handlers.Kevin O'Connor2008-12-101-0/+81