Changeset cbe2c15 in buchla-68k for readme.txt


Ignore:
Timestamp:
07/02/2017 06:55:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6888aa2
Parents:
050d522
Message:

rom.abs -> bios.abs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    r050d522 rcbe2c15  
    9494Once you have the cross-toolchain in place, invoke
    9595
    96   make rom.abs
     96  make bios.abs
    9797
    9898from the top-level directory of this repository to build the BIOS and
     
    163163
    164164from the top-level directory of the repository. This creates a
    165 harddrive images from hatari/c and starts the emulator with
    166 appropriate command line options.
     165harddrive image from hatari/c and starts the emulator with appropriate
     166command line options.
    167167
    168168When the EmuTOS desktop comes up, open the C:\BIN folder and run
     
    195195    (.a) files.
    196196
    197   * rom.abs, which is the BIOS and ROMP debug monitor.
     197  * bios.abs, which is the BIOS and ROMP debug monitor.
    198198
    199199  * midas.abs is notably absent. Its object (.o) files are all there,
     
    205205    decided to focus our attention on the cross-toolchain instead.
    206206
    207 For your convenience, all the .s, .o, and .a files as well as rom.abs
    208 can be found in the alcyon subdirectory of this repository.
     207For your convenience, all the .s, .o, and .a files, as well as
     208bios.abs can also be found in the alcyon subdirectory of this
     209repository. Just in case you are interested in them, but would prefer
     210not to go through the emulator exercise.
Note: See TracChangeset for help on using the changeset viewer.