Linked by Thom Holwerda on Wed 6th Jun 2007 20:42 UTC
Thread beginning with comment 245784
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-09-30
> “Mechanism for Restoring, Porting, Replicating, and Checkpointing"...
Wow, now that's a great advancement in CS field...
Except that about any emulator has a "dump" hotkey and a restore from state dump option, I'd just cite xEuphoric as prior art:
http://www.teaser.fr/~amajorel/xeuphoric/xeuphoric.1.html
Automatic save is not new either, even Microsoft word does it
The only addition would be naming each dump differently to allow for multiple checkpoints, but my guess is it's not new either. (I'd have done that with a one-line shell script running alongside the emu if I'd really need to).