On Sunday, September 2, 2018 at 3:51 PM, iZurak wrote: > For what it may be worth: > > I have tried several other hardware platforms – Android (6, 7, ?), viz; > > O Xiaomi M3 result: make vax works fine. Even tried to boot > vax – failed but that was because I have not figured out how to get the > VMS.iso > in the environment > > O Oukitel result: in discussion > > O Samsung result: same as Oukitel
In all cases, if you get the >>> prompt, things are running fine. As for getting your ISO file into your phone... Use wget, curl or some other network access method. - Mark > On 3/9/18, 4:10 am, "Simh on behalf of Mark Pizzolato" <simh- > boun...@trailing-edge.com on behalf of m...@infocomm.com> wrote: > > On Saturday, September 1, 2018 at 7:31 PM, Mark Abene wrote: > > Yes. Depending on context, one would use either of FNDELAY, > > O_NDELAY, or O_NONBLOCK, for clarity. > > In reality, they all mean the same thing. See > > /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h to see why > > that is. In the case of android, try O_NONBLOCK, or try using > > ioctl instead of fcntl (FNDELAY doesn't exist on android, so use > > one of the other names). > > Thanks for that pointer. Implied there is that the FNDELAY comes > from some desire for BSD compatibility which it seems reasonable > for Android not to be too worried about. > > I was surprised that Android's termios sys calls didn't support > TCSAFLUSH, so we had to switch to TCSANOW on Android. > > The recent change (adding FNDELAY) was added to accommodate > a different Linux platform which didn't honor the termio setting of > VMIN=0 and VTIME=0 settings which define non blocking I/O. > > > I can't see the surrounding code, so there may be a bit more > > work involved. > > Nope. The name change was all that was needed. > > -Mark > > > > > On Sat, Sep 1, 2018 at 6:38 PM, vince <vi...@latinum.com.au> wrote: > > > > > > can anybody help here ? ..... V > > _______________________________________________ > Simh mailing list > Simh@trailing-edge.com > http://mailman.trailing-edge.com/mailman/listinfo/simh > > _______________________________________________ Simh mailing list Simh@trailing-edge.com http://mailman.trailing-edge.com/mailman/listinfo/simh