You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# rc2014-inet
2
2
3
-
Internet tools for the RC2014 - https://rc2014.co.uk
3
+
Internet tools for the RC2014 Pro running CP/M - https://rc2014.co.uk
4
4
5
5
## Tools
6
6
7
7
### HTTPD
8
8
9
9
A HTTP server which serves files from the current drive. Listens on the default port 80. It has a 1KB limit on request header size and only responds to GET and HEAD requests.
10
10
11
+
## Run
12
+
13
+
These tools expect SIO port 2 to be connected to device that supports SLIP. It currently runs on the fixed IP 192.168.1.51. I've been connecting via a Raspberry Pi via the `slattach` command.
14
+
11
15
## Build
12
16
13
17
Get z88dk from https://www.z88dk.org and then run the following command to build from source
0 commit comments