Terminal program for MailStation devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: Mention where objcopy comes from

+3 -2
+3 -2
README.md
··· 28 28 [SDCC](http://sdcc.sourceforge.net/). 29 29 30 30 If your `make` is not a BSD Make, install it and use `bmake` instead of `make`. 31 + You'll also need `objcopy` from Binutils installed in your `$PATH`. 31 32 32 33 Create an `obj` directory with `mkdir obj` and then run `make LOC=ram` to 33 - compile to run out of RAM (from Loader). 34 + compile a version suitable for running from RAM (via the Loader). 34 35 35 36 Then transfer `obj/msterm.bin` to the MailStation with 36 37 [WSLoader](https://jcs.org/wifistation) 37 - which will put the application into `0x8000`. 38 + which will load the application at memory address `0x8000`. 38 39 39 40 ### License 40 41