Subject: Re: Duo230 kernel
To: John P. Wittkoski <jpw@netscape.com>
From: Daishi Kato <daishi@cs.titech.ac.jp>
List: port-mac68k
Date: 10/03/1996 11:14:03
Hi,

> > I made the kernel for Duo230.
> > This time, I added M.R. Zucca's patch.
> > I also added a few lines in machdep.c.
> > The kernel is at my home page.
> > http://shimura-www.cs.titech.ac.jp/~daishi/daishi-e.html
> 
> This is great! The changes that Daishi has made to his kernel 
> are almost the same things that are in the ADBTEST#160
> kernel, so if any of you Duo owners can test either of these
> kernels, please post your results to the list.

I tried ADBTEST#160 last night.
The differences I found are:
    ADBTEST#160 uses sbc driver.
    I could't use X in the internal monitor with ADBTEST#160.
    DUO230 kernel uses adbpatchkit132.(Is it old?)

My changes in machdep.c might cause the possibility of running X in
the internal monitor.

My changes are:
  Almost at the last of get_mapping(),
  I added,
+    if(videoaddr==0x60000000)
+        mac68k_vidlog=videoaddr;

I am not sure this is a good solution.

Thanks.

       _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
       _/      Daishi Kato(daishi@cs.titech.ac.jp)           _/
       _/      http://shimura-www.cs.titech.ac.jp/~daishi/   _/
       _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/