aboutsummaryrefslogtreecommitdiff
path: root/src/resume.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-19Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor1-2/+2
2009-01-19Fix apparent bug in 16bit resume code.Kevin O'Connor1-13/+11
2009-01-17Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor1-10/+15
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.Kevin O'Connor1-1/+1
2009-01-02The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor1-1/+1
2008-12-19Make sure to manually export s3_resume() for old buggy gcc versions.Kevin O'Connor1-0/+4
2008-12-18Add initial S3 resume support.Kevin O'Connor1-1/+42
2008-12-10Improve support for old 16bit resume handlers.Kevin O'Connor1-0/+81