Posted Sep 17, 2008 2:08 UTC (Wed) by roelofs (guest, #2599)
[Link]
Nobody else ever treats memory images as something *executable* :)
Wot's this, then? That's the very definition of a DOS .COM file! I wrote more than a couple of those m'self...
Greg
Kernel-based checkpoint and restart
Posted Sep 17, 2008 7:25 UTC (Wed) by nix (subscriber, #2304)
[Link]
They're not generally produced by snapshotting a running process (the same
one that's doing the snapshotting) and dumping it out to disk. (Also,
unexec() can produce things like ELF files, and as far as I recall it does
it without using the OS's core-dumping mechanism.)