From 6df77ddef32c7e84e6d108cef4efb57945779500 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 18 Jun 2019 22:07:44 -0400 Subject: [PATCH] recipes/rc2014/zasm: we can now assemble the recipe's kernel --- recipes/rc2014/zasm/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes/rc2014/zasm/README.md b/recipes/rc2014/zasm/README.md index ce98aac..41d1f04 100644 --- a/recipes/rc2014/zasm/README.md +++ b/recipes/rc2014/zasm/README.md @@ -79,11 +79,9 @@ the `/kernel/` directory to it. $ cp ../../../kernel/*.{h,asm} cfsin -You'll also need your glue file (at this time, the RC2014 can't assemble the -kernel of this very recipe, I'm not sure why. It can, however, assemble the -simpler kernel of the base RC2014 recipe. We'll use this one): +You'll also need your glue file: - $ cp ../glue.asm cfsin + $ cp glue.asm cfsin You're now ready to re-make your CFS: @@ -97,7 +95,7 @@ Now you can write this into your card and boot Collapse OS: > fopn 0 glue.asm > fnew 10 dest > fopn 1 dest - > zasm 1 2 # This takes a while. About 3 minutes. + > zasm 1 2 # This takes a while. About 7 minutes. > sdcf # success! sdcf flushes SD card buffers to the card. Now let's go verify that we assembled the right thing. Pop out the card and