Hi,


> I've perform a small changes in FreeSCI and voila! I can see intro and
> first screen of HQ2
> First was about kSound I've simply add check, which when receives
> objptr smaller then 1000 prints
> warning and returns (Doesn't throws OOPS as earlier)

Well, this is just a hack; we should update the kernel function mapper to
map according to interpreter version (and map to a 01 DoSound which we can
No-Op temporarily).

> In file gfx/drivers/xlib_driver.c after lines
> case GFX_MASK_PRIORITY:
>       ERROR (...)
> add:
>       pxm->xl = src.xl;
>       pxm->yl = src.yl;

I think you're referring to pixmap grabs here; the problem is that this is
not completely correct, as the actual data isn't grabbed. However, this
shouldn't be required for mouse pointers anyway; it's a bug somewhere in
the operational layer.

> And it works! But in a few screens I've been noticed that we are out of free heap 
>space

=> VM restructuring :-)

> Again about my CVS access. Did you grant me with it?

I e-mailed you the instructions and cross-posted them to Chris so he knows
it's OK with me. You'll have to send your login and password hash to him,
then.

> And how branches are called?

Good question. I don't think we have a policy for that yet ;-)
IIRC
        release-0-x-y
are what I used for release branches in the past.
Since you'll be the one starting the branch, you can use whatever you like
(or 'devel-0-6' if theres nothing in particular you like).

> I would like to commit my changes on klists into something like
> expiremental branch, where I later implement class data allocation on
> pool and which, I hope, make HQ2 works

Sure. Once you have CVS access, you should be able to fork off that branch
by tagging it appropriately.

llap,
 Christoph


Reply via email to