Results 1 to 3 of 3

Thread: reboot from DOS

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    8

    reboot from DOS

    Does anyone know of a standard way to reboot from a DOS environment - such as write <xxx> to register <yyy> or is it dependent on the chipset?

  2. #2
    GuitarMan
    Guest
    Thats an easy one do a jump to 0xFFFF:0x0000 i.e.

    Code:
    jmp 0xFFFF:0x0000

  3. #3
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    You can also call the BIOS interrupt 19h.
    PHP Code:
    int 19h 
    Baaaaaaaaah

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width