Rename VAR16_32 to VAR16VISIBLE.
[seabios.git] / src / resume.c
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-06-21 Kevin O'ConnorRemove 0x09 as a normal post code (forward port from...
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorFix apparent bug in 16bit resume code.
2009-01-18 Kevin O'ConnorAdd CONFIG_S3_RESUME to control support for S3 resume.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-03 Kevin O'ConnorDon't define bda as a macro in resume.c - it confuses...
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2008-12-19 Kevin O'ConnorMake sure to manually export s3_resume() for old buggy...
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.