Re: Portability of OPENSSH to non-Linux ARM platform
Darren Tucker <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 20, 2006 at 08:36:52AM +0200, Stephan Vos wrote: > I am investigating options for our project to add SSH support to our > ARM7 platform running UCOSII embedded OS (non-Linux). > Would porting be possible? > How difficult would it be? It depends on what the OS (and, to a lesser extent, the compiler) provides. If you have a POSIXish interface, a traditional Unix-like process model and a 64 bit native type then it is likely to be relatively easy. The further you get away from those things the harder it will be. I suggest you post your question to the OpenSSH development list ([email protected]) as the audience there is much more likely to have relevant experience or be able to offer advice. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.