[Coco] To Tormod

Tormod Volden lists.tormod at gmail.com
Tue Oct 21 16:31:27 EDT 2014


On Tue, Oct 21, 2014 at 9:36 PM, Gene Heskett wrote:
> Greetings all;
>
> I finally got around, since its cold & mugly wet weather today, to running
> my /opt/getnitros9 script, which renames the existing lwtools, toolshed,
> and nitros9 trees on my hard drive by appending todays date to the dirname
> of each one's root, then pulls new copies and builds it all.  So I now

It would be faster and more resource-friendly if you pull/update into
a repo_dir that you don't touch otherwise (this will be super fast,
especially when there are no changes), then make a local clone with hg
clone repo_dir build_dir-$(date) (this is super fast and efficient
too, using hard-links when possible) and then build in this copy,
which you can keep or delete at will.

> have a copy of the latest as of today, Oct 21 at about 15:15.  Amazingly
> to me, my script still worked!
>
> Unforch the root makefile does not make any dsk's for level3, which I
> thought I would make one last pass at making it work before embarking on
> my own version of a level3 that gives every driver its own 8k piece of ram
> to play in.
>
> Any guidance available here, or do I go kick the tires on the nitros9 root
> makefile?

There hasn't been much going on in level3 since 2010. It is not built
by default. I made it build last time I worked on this, but I don't
know how well it works. See my notes in:
hg log -v -r 2916:56f26b87fa8a

It should be possible, after having all dependencies built with for
instance "make PORTS=coco3_6309" in the top folder (which builds
level2), to go into level3/coco3_6309 and then run "make dsk" there.

Regards,
Tormod


More information about the Coco mailing list