I think that oserrstr should be fixed.
You want "interrupted" to be the error string
for many places not just right here.
Other programs look for strstr(error, "interrupt") for example

Russ

On Wednesday, September 23, 2009, ron minnich <rminn...@gmail.com> wrote:
> OK, so what happens in 9vx.
>
> mount sources
> cd /n/blah/blah
> grep full *.c
> hit DEL
> devip.c read on Qdata fails, and we do this:
>                 if(r < 0){
>                         oserrstr();
>                         nexterror();
>                 }
>
> So just need to fix oserrstr() or fix this in devip itself? I vote
> oserrstr, lucho votes fix this little bit of
> code.
>
> Anyway, there it is.
>
> We're watching this talk on nested VMs on the x86 machines. Oops.
> hardware botch. You have to do strange things to make it all work. I
> can't believe nobody read the IBM papers before they designed this
> stuff in.
>
> ron
>
>

Reply via email to