[coyotos-dev] For your amusement
Jonathan S. Shapiro
shap at eros-os.com
Mon Oct 22 10:59:03 EDT 2007
We did some rotation in the mkimage utility modules, and this edit
didn't happen correctly in the tree. Your fix is right, and it ought to
be in the tree by now.
On Sat, 2007-10-20 at 00:18 +0100, Sam Mason wrote:
> On Mon, Sep 24, 2007 at 03:52:46PM -0400, Jonathan S. Shapiro wrote:
> > Download
> >
> > http://www.coyotos.org/~shap/grubdisk.gz
> >
> > unzip it with gunzip, then "qmu -fda grubdisk".
>
> I've been trying to build this myself. It all seems to work (i.e. it
> prints out the message and spins but I haven't watched anything in the
> debugger to make sure) but I had to change make_process() into make() to
> get it to build. Is the change below somewhat OK?
>
> Sam
>
> diff -r 425beb3e02bb src/base/mki/coyotos/driver/TextConsole.mki
> --- a/src/base/mki/coyotos/driver/TextConsole.mki Tue Oct 09 08:44:43 2007 -0400
> +++ b/src/base/mki/coyotos/driver/TextConsole.mki Sat Oct 20 00:15:07 2007 +0100
> @@ -53,7 +53,7 @@ module coyotos.driver.TextConsole {
> def image = Image.load_small(bank, "coyotos/driver/TextConsole");
>
> // For testing, hand fabricate this as a running process:
> - def tc_proc = bp.make_process(bank, image, NullCap(), NullCap());
> + def tc_proc = bp.make(bank, image, NullCap(), NullCap());
>
> /* Hand-construct an initial space for the MDA console (temporary).
> *
> _______________________________________________
> coyotos-dev mailing list
> coyotos-dev at smtp.coyotos.org
> http://www.coyotos.org/mailman/listinfo/coyotos-dev
--
Jonathan S. Shapiro, Ph.D.
Managing Director
The EROS Group, LLC
www.coyotos.org, www.eros-os.org
More information about the coyotos-dev
mailing list