From 6f8cbadfb084e7c0a35d6bfb09cf0f647f865af4 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 22 May 2020 12:26:46 -0400 Subject: [PATCH] rc2014: fix misinformation in README --- recipes/rc2014/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/rc2014/README.md b/recipes/rc2014/README.md index 3982af3..eb1b50e 100644 --- a/recipes/rc2014/README.md +++ b/recipes/rc2014/README.md @@ -45,16 +45,15 @@ device I use in this recipe. * [GNU screen][screen] * 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 Building the binary is as simple as running `make`. This will yield `os.bin` 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 The Collapse OS project includes a RC2014 emulator suitable for this image.