From: Michel <da...@re...> - 2000-09-18 13:05:32
|
Alan Buxey wrote: > if i create a branch, that keeps it seperate, right? Right. > otherwise have to specifically ask for that branch? Yep, others have to update to the branch with cvs upd -r <branch tag> > If so, how do you find out what branches are available in the tree? Either do cvs stat -v <some file> or use the SourceForge CVSweb interface. > PS how would I go about doing PROGRESS debugging here....its in head.S, > can I printk stuff? Nope, printk's only work when the initial console is set up (after head.S). APUS_PROGRESS writes an integer to memory which survives the reset, so you can read it back with a memory viewer in AmigaOS. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |