Cold

/*                  Cold Boot                  */


#define star *
#define here 0xFFFF0000ul

void cold (void)
{
    void (far star yonder) (void) = (void (far star) (void)) here;
    (star yonder) ();
}


/*
The usual MSDOS C compilers will accept this code and
compile a module defining the function cold(); calling
this function will do a cold boot of the computer.
*/

Comments

  1. Anonymous1:44 AM

    Must be a work computer ...

    ReplyDelete
    Replies
    1. I didn't understand your comment and should like to.

      Delete

Post a Comment

Popular posts from this blog

Libertarians, My Libertarians!

"Machine Learning"

"Pre-Galilean" Foolishness