home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / ibm / pc / hardware / 30103 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!mcsun!sun4nl!htsa.htsa.aha.nl!eduard
  3. From: eduard@htsa.aha.nl (Eduard Beijnes)
  4. Subject: Re: Anyone know of a way to cold boot off second floppy drive?
  5. References: <Bx5B65.A44@apollo.hp.com>
  6. Date: Tue, 17 Nov 1992 10:02:23 GMT
  7. Organization: Algemene Hogeschool Amsterdam, Polytechnic Institute
  8. Keywords: boot 
  9. Message-ID: <1992Nov17.100223.25643@htsa.aha.nl>
  10. Lines: 17
  11.  
  12. If you format you drive with fdformat a special bootsector is loaded.
  13. The bootsector looks if the disk is bootable
  14.    - yes - load io.sys msdos.sys command.com etc...
  15.    - no  - load bootsector of harddisk
  16.  
  17. You can use debug to debug the boot sector of the disk in A:
  18. (or a disassembler)
  19. when you replace mov xx,80  (hex) with mov xx,1  (b:) then the B: gets 
  20. booted. I tried it (a year ago) and it boots....
  21.  
  22. BUT I tried to boot ms-dos, and ms-dos doesn't like to be booted from 
  23. B: and gives problems.
  24.  
  25. If you want to play old games from 5.25" you can change some connectors 
  26. of your floppy drives (let a good person do that) and make 
  27. A:--> B:  and B:--> A:
  28.  
  29.