rc2014: fix misinformation in README

This commit is contained in:
Virgil Dupras 2020-05-22 12:26:46 -04:00
parent ae87e88c52
commit 986249cf5e

View File

@ -45,16 +45,15 @@ device I use in this recipe.
* [GNU screen][screen] * [GNU screen][screen]
* A FTDI-to-TTL cable to connect to the Serial I/O module * A FTDI-to-TTL cable to connect to the Serial I/O module
### Configure your build
Modules used in this build are configured through the `conf.fs` file in this
folder. There isn't much to configure, but it's there.
### Build the binary ### Build the binary
Building the binary is as simple as running `make`. This will yield `os.bin` Building the binary is as simple as running `make`. This will yield `os.bin`
which can then be written to EEPROM. which can then be written to EEPROM.
This build is controlled by the `xcomp.fs` unit, which loads `blk/618`. That's
what you need to modify if you want to customize your build (if you do, you'll
need to rebuild `/emul/stage` because the blkfs is embedded in it).
### Emulate ### Emulate
The Collapse OS project includes a RC2014 emulator suitable for this image. The Collapse OS project includes a RC2014 emulator suitable for this image.