home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Disk&HD / BOOTBLOCKCOLLECTION.DMS / in.adf / not_mine / BIGBOOT.txt < prev    next >
Encoding:
Text File  |  1992-04-02  |  518 b   |  22 lines

  1.                    BIGBOOT instructions
  2.  
  3. 1) Make a working assembler program (relocatable).
  4. 2) Do the following:
  5.    SEKA   (if you haven't already done that)
  6.    200    (should be more than enough memory)
  7.    vdf1:not_mine (if this disk is in df1: of course)
  8.    r
  9.    header
  10.    l******
  11.    r
  12.    [file] (the name of your SEKA source)
  13.    A
  14.     Now you should correct errors such as double symbols etc.
  15.    WI
  16.    location
  17.    finis
  18.    !
  19.    Y
  20.    BIGBOOT
  21.    booty
  22.         (from here on follow up instructions of BIGBOOT)