[Etoys] NOSifying etoys.image

Yoshiki Ohshima yoshiki at vpri.org
Mon Sep 22 14:44:58 EDT 2008


  Hello,

  I installed SqueakNOS-gera.49.mcz to the fully updated OLPC Etoys
image, and ran it on a stock VM on Fedora 9 on my regular computer.
It ran, and when I evaluate

   X11Display class>>coloredRectangles

it displays rectangles, so the FFI in the image is working for some
extent.

  Then I saved the image, and replaced the SqueakNOS.image with it.
It boots, and show the initial Morphs I put on the screen did indeed
show up.  So, display drawing certainly works.  But it hangs there, so
the primitive usage of device initialization is not working in the
Etoys image + SqueakNOS...

-- Yoshiki

At Sun, 21 Sep 2008 23:13:13 -0300,
Gerardo Richarte wrote:
> 
> Yoshiki Ohshima wrote:
> >
> >   I'd like to try it tomorrow, but the short answer here is that it is
> > based on the mainstream Squeak3.8-6665, 
> that's funny. It's exactly the same version SqueakNOS is based on :)
> 
> Let me know (email) when you are on it, so I can give you a hand.
> 
> As a sort of debugging/tracing tool, if you do:
> 
> (ExternalAddress new fromInteger: 16rFD000000) stringAt: 0 put: (String
> new: 100000)
> 
> 
> You get a black line in the framebuffer.
> 
> if black is no good, of course you can do the slower:
> 
> (ExternalAddress new fromInteger: 16rFD000000)
>     stringAt: 0
>     put: ((String new: 100000) atAllPut: $z)
> 
> that's going to be e blue line :)
> 
>     as I said, mail me whatever you need that may make it easier for you
> 
>     thanks!
>     richie
> _______________________________________________
> Etoys mailing list
> Etoys at lists.laptop.org
> http://lists.laptop.org/listinfo/etoys


More information about the Etoys mailing list