Index: [thread] [date] [subject] [author]
  From: Steffen Seeger <seeger@physik.tu-chemnitz.de>
  To  : GGI GGI <ggi-develop@eskimo.com>
  Date: Mon, 20 Jul 1998 11:11:57 +0200 (MEST)

RFC: degas-kgi

Hi,

it's been a long time, and a lot of work, but degas-kgi is taking shape.
I have put a snapshot of my current tree on 

http://www.tu-chemnitz.de/~sse/ggi/degas-kgi-98-Jul-20.tar.gz

containing the Kernel patches only. It doesn't link or work properly yet, but
the kgi/kii stuff is somewhat settled. It has to be integrated together,
but the major layout is how I want it.

I would like to have everyone interested a look at it and comment in 
the following areas:

degas/config/
	- portability
	- extendability
	- if you can make it work with other compilers/systems, let me know.

degas/kgi/Linux
	- portability, esspecially to *BSD, 
	- SMP safety. What needs to be done to make it SMP safe.

To install, just untar a 2.1.98 kernel in /usr/src/linux, and do

cd degas
make
cd kgi/Linux
make
cd /usr/src/linux
make oldconfig; make; make

What needs to be done now (and other peple can help with) is integration 
of the console driver and documentation of the beast. If you find obvious
mistakes, or have fixes/enhancements, just let me know (send diffs).

Please follow up this mail, I may not be able to follow other threads.

Thanks,

			Steffen

----------------- e-mail: seeger@physik.tu-chemnitz.de -----------------

Index: [thread] [date] [subject] [author]