home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12291 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!chsun!bernina!mueller
  3. From: mueller@iwf.mabp.ethz.ch (Mueller Beat)
  4. Subject: Re: CTRL-ALT-DEL : how to send from a program ?
  5. Message-ID: <mueller.727602752@fi>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. References: <1993Jan20.104411.18440@ghost.dsi.unimi.it> <hz#@byu.edu>
  9. Date: Thu, 21 Jan 1993 07:52:32 GMT
  10. Lines: 23
  11.  
  12. $dougn@sasb.byu.edu (Douglas R. Nebeker - MIS_SAS) writes:
  13.  
  14. >In article <1993Jan20.104411.18440@ghost.dsi.unimi.it> cotrozzi@ghost.dsi.unimi.it (Massimo Cotrozzi) writes:
  15. >>Which is the way to reboot from within a program ?
  16. >>
  17. >>Many thanx in advance
  18. >>
  19. >>Massimo
  20. >>-- 
  21. >> -- Massimo Cotrozzi  Computer Science Dept. Milan Italy
  22. >>            cotrozzi@ghost.dsi.unimi.it  +39-2-27201253
  23. >> #include     "std/disclaimer.h"
  24.  
  25. >JMP FFFF:0000 will do the trick.
  26.  
  27. >_____
  28.  
  29. >Douglas R. Nebeker              Internet: $dougn@sasb.byu.edu
  30.  
  31. if want a warm boot, store $1234 in $0040:$0072 and then do the jump.
  32. for a cold one, store $0000 in the same address and jump then.
  33.  
  34. zosh
  35.