Seaside for 3.9 Kernel Image

Pavel Krivanek squeak1 at continentalbrno.cz
Tue Jul 18 09:21:08 UTC 2006


Hi all,

I am able to load and run Seaside in the Squeak 3.9 self-bootstrapped
kernel image.
It is based on Seaside2.6b1-dc.56 and final image has about 3.7MB.

You need
- Squeak 7045 (ftp://squeak.org/3.9/Squeak3.9b-7045.zip)
- self-bootstrapping environment
(http://www.comtalk.net/Squeak/uploads/20/bootstrap7045.zip).
- some fixes and Seaside (http://www.comtalk.net/Squeak/uploads/20/seaside.zip)

after evaluating of "Bootstrap revert" simply type this:

(FileStream readOnlyFileNamed: 'loadSeaside.st') fileIn.

Then you can run Seaside with WAKom startOn: 8000.

Attention: Console process is not well written now and it blocks
processes with lower priority so type for example "(Delay forSeconds:
60) wait" to get one minute for testing or fix it :-)

-- Pavel



More information about the Squeak-dev mailing list