KernelImage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

KernelImage

Pavel Krivanek
Hi all,

here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
you can download latest KernelImage materials. It shows how to load
MinimalMoprhic system simply using one file into a small kernel image
(about 3000 methods). The package then includes scripts that tries to
change license of non-free code in this small image. If the changes
will be confirmed by you, we will have got the free kernel that can
load the rest of current Squeak code. See readme.txt for more details.

Cheers,
-- Pavel

Reply | Threaded
Open this post in threaded view
|

MinimalMorphic.image #7231 [was: KernelImage]

Klaus D. Witzel
Hi Pavel,

using MinimalMorphic.image #7231 with win VM 3.10.2, when

Scrollbar class>>#arrowOfDirection:size:color:
sends {... factory value: aKey} it runs into
  'Attempt to evaluate a block that is already being evaluated.'.

Evaluating (ScrollBar initializeImagesCache) from a Transcript before  
opening any browser did not help.

But restarting LRUCache>>#at: from the debugger solved it, strange.

/Klaus

On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:

> Hi all,
>
> here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> you can download latest KernelImage materials. It shows how to load
> MinimalMoprhic system simply using one file into a small kernel image
> (about 3000 methods). The package then includes scripts that tries to
> change license of non-free code in this small image. If the changes
> will be confirmed by you, we will have got the free kernel that can
> load the rest of current Squeak code. See readme.txt for more details.
>
> Cheers,
> -- Pavel
>
>



Reply | Threaded
Open this post in threaded view
|

Missing TestCase class definition [was: KernelImage]

Klaus D. Witzel
In reply to this post by Pavel Krivanek
Hi Pavel,

mind to add the class definition

(Object subclass: #TestCase
        instanceVariableNames: 'testSelector'
        classVariableNames: ''
        poolDictionaries: ''
        category: 'SUnit-Kernel')

to your shrunken images so that packages which have not separated their  
test cases can be loaded.

Thank you.

/Klaus

On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:

> Hi all,
>
> here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> you can download latest KernelImage materials. It shows how to load
> MinimalMoprhic system simply using one file into a small kernel image
> (about 3000 methods). The package then includes scripts that tries to
> change license of non-free code in this small image. If the changes
> will be confirmed by you, we will have got the free kernel that can
> load the rest of current Squeak code. See readme.txt for more details.
>
> Cheers,
> -- Pavel
>
>



Reply | Threaded
Open this post in threaded view
|

Missing PreferenceViewRegistry [was: KernelImage]

Klaus D. Witzel
In reply to this post by Pavel Krivanek
Is there something which can be done about PreferenceViewRegistry in  
shrunken .images; some packages (for example FreeType) want to use it for  
registering numeric preferences.

On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:

> Hi all,
>
> here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> you can download latest KernelImage materials. It shows how to load
> MinimalMoprhic system simply using one file into a small kernel image
> (about 3000 methods). The package then includes scripts that tries to
> change license of non-free code in this small image. If the changes
> will be confirmed by you, we will have got the free kernel that can
> load the rest of current Squeak code. See readme.txt for more details.
>
> Cheers,
> -- Pavel
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Missing TestCase class definition [was: KernelImage]

Pavel Krivanek
In reply to this post by Klaus D. Witzel
Hi Klaus,

the better solution is to load SUnit package from the KernelImage
SqueakSource repository firstly.

Cheers,
-- Pavel

On 7/30/07, Klaus D. Witzel <[hidden email]> wrote:

> Hi Pavel,
>
> mind to add the class definition
>
> (Object subclass: #TestCase
>         instanceVariableNames: 'testSelector'
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'SUnit-Kernel')
>
> to your shrunken images so that packages which have not separated their
> test cases can be loaded.
>
> Thank you.
>
> /Klaus
>
> On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:
>
> > Hi all,
> >
> > here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> > you can download latest KernelImage materials. It shows how to load
> > MinimalMoprhic system simply using one file into a small kernel image
> > (about 3000 methods). The package then includes scripts that tries to
> > change license of non-free code in this small image. If the changes
> > will be confirmed by you, we will have got the free kernel that can
> > load the rest of current Squeak code. See readme.txt for more details.
> >
> > Cheers,
> > -- Pavel
> >
> >
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Missing PreferenceViewRegistry [was: KernelImage]

Pavel Krivanek
In reply to this post by Klaus D. Witzel
Ralph discussed the PreferenceVeiwRegistry issue several days ago. For
now there's no elegant way how to load standalone Preference Browser
into the MinimalMorphic image (you have to load the rest of EToys) but
we are working on that.

Cheers,
-- Pavel

On 7/30/07, Klaus D. Witzel <[hidden email]> wrote:

> Is there something which can be done about PreferenceViewRegistry in
> shrunken .images; some packages (for example FreeType) want to use it for
> registering numeric preferences.
>
> On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:
>
> > Hi all,
> >
> > here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> > you can download latest KernelImage materials. It shows how to load
> > MinimalMoprhic system simply using one file into a small kernel image
> > (about 3000 methods). The package then includes scripts that tries to
> > change license of non-free code in this small image. If the changes
> > will be confirmed by you, we will have got the free kernel that can
> > load the rest of current Squeak code. See readme.txt for more details.
> >
> > Cheers,
> > -- Pavel
> >
> >
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Balloon3D?

LawsonEnglish
In reply to this post by Pavel Krivanek
The links to Balloon3D download are broken and no way of finding it via
google and so on.

What's up with that?

Reply | Threaded
Open this post in threaded view
|

Re: Balloon3D?

LawsonEnglish
Lawson English wrote:
> The links to Balloon3D download are broken and no way of finding it
> via google and so on.
>

Does anyone have a current image of Ballon3D? I'd like to try my hand
and in-world content creation in Croquet. Can't get people interested in
Croquet from SL unless it can sorta do what SL does as far as content
creation is concerned.