Gilbert Carl Herschberger II wrote:
> Ryan says the original jos.system must be renamed to something else so that
> Ryan can use jos.system for rheise.os. Ryan wants us to rewrite jJOS/decaf
> and rework all of its documentation to use other package names.
Although your quote doesn't even come close to anything I've ever said,
I do offer my services to help rename packages, if that is what we agree
to do.
In the form of:
$ find . -name '*.java' -exec perl -pi.bak -e
's/jos\.system/jos.kernel/g' '{}' \;
$ mv common/bytecode/jos/system common/bytecode/jos/kernel
$ find . -name '*.cc' -exec perl -pi.bak -e 's/jos_system/jos_kernel/g'
'{}' \;
$ find . -name '*.h' -exec perl -pi.bak -e 's/jos_system/jos_kernel/g'
'{}' \;
And when you're happy:
$ find . -name '*.bak' -exec rm '{}' \;
--
Ryan Heise
http://www.progsoc.uts.edu.au/~rheise/
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel