Search Results

2
votes

Temporarily suspend the PC operating system.

There are lots of really ugly ways to do this. You could modify the running kernel by writing some trampoline code to /dev/kmem that passes control to your application. But I wouldn't recommend a …