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