home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / sim.lha / bootbug.doc next >
Encoding:
Text File  |  1989-06-21  |  1.8 KB  |  50 lines

  1.  
  2.  
  3.  
  4.  
  5.                        =============================
  6.  
  7.                                   BOOTBUG
  8.  
  9.                        =============================
  10.  
  11.                         Short description, 27.01.91
  12.                          refering to version 0.10
  13.  
  14.  
  15.  
  16.   BOOTBUG is used to debug bootblocks with SIM. You could use SIM-BUG for
  17.   that but it is easier and more secure to do it with BOOTBUG because
  18.   some games or megademos that start from the bootblock count on the fact
  19.   that while booting, there is actually very few memory occupied yet.
  20.  
  21.   BOOTBUG is a bootblock, so you must put it on a disk. If you do not dispose
  22.   of a bootblockwriter then you can do it with SIM. Therefore enter the
  23.   following commands:
  24.  
  25.          .L df0:bootbug 60000  ;loads bootbug at $60000
  26.          .B 60000              ;bootchecksum
  27.          .D1                   ;select drive 1
  28.          .>s 60000 0 2         ;writes bootblock on disk in drive DF1
  29.  
  30.   You have now got a bootbug disk. When you boot with it, you have the
  31.   choice between:
  32.  
  33.          - BOOT  :  Continue to boot
  34.          - DEBUG :  Debug with SIM in allocated memory
  35.          - CRACK :  Debug with SIM in unalocated memory
  36.  
  37.   When you chose BOOT, BOOUBUG will boot the system.
  38.  
  39.   When you chose DEBUG, BOOTBUG loads SIM as a file 'DF0:SIM' from the root
  40.   directory. Therefore it tries to allocate enough memory for SIM and a display
  41.   or backup at the highest address possible. If there is enough fastmem free,
  42.   it allocates a backup there, if there is only chipmem, it allocates a
  43.   display. Then you can change the disk and insert the disk with the bootblock
  44.   you want to debug and press any button to start.
  45.  
  46.   When you chose CRACK, BOOTBUG searches on its own for ram instead of
  47.   allocating it. This enables you to use not configurated ram.
  48.  
  49.  
  50.