Replies: 7 comments 18 replies
-
It is an Open Wattcom project (DJGPP support removed around version 0.1), with realmode-8086 project target: It uses the large memory mode for compilation. |
Beta Was this translation helpful? Give feedback.
-
Thanks @ghaerr ! Got it. I imagined it would be a bit more than a recompilation. |
Beta Was this translation helpful? Give feedback.
-
I have a feeling better I focus on compiling in gcc-ia16 and strip the wattcom tcp stack and see what I get. |
Beta Was this translation helpful? Give feedback.
-
The code will fit in 128kB. The binary distributed is large because it includes the whole Wattcom TCP/IP stack. Even dropbear ssh server and client code compiled and linked is less than 100kB [1] on 32bit OSes. |
Beta Was this translation helpful? Give feedback.
-
Now we have OW creating executables for Elks, I can more easily resume this by using the same watcom Makefile, but changing to ewcc and ewlink, and then change the network calls, right? |
Beta Was this translation helpful? Give feedback.
-
Found some other option very interesting: |
Beta Was this translation helpful? Give feedback.
-
Now a ssh server which is small enough I think could be ported to ELKS too: |
Beta Was this translation helpful? Give feedback.
-
Hi there! Is there any ssh client for Elks?
I realized there is SSH2DOS, which does support real-mode and 8086 natively:
https://sshdos.sourceforge.net/history2.txt
Beta Was this translation helpful? Give feedback.
All reactions