1) Make a new drivers directory for your architecture.

2) Edit the configure.in script to include entries
   for your processor and operating system.

3) Edit the acconfig.h file to add your 
	GM_OS_*arch*
	GM_CPU_*cpu*
   entries

4) run
	autoheader
	autoconf
   to generate a new configure and include/gm_auto_config.h.in

4) Edit the include/gm.h include/gm_stbar.h include/gm_tick.h
   to support your CPU OS and compiler

5) modify the drivers/make-os.in to compile your driver files
   add in specific compiler flags especially for kernel driver builds

6) Start modifying the drivers/arch/gm/*.[ch] files to populate
   the structures and functions.

7) modify drivers/arch/gm_install to be used as a GM_INSTALL
   script for installing your driver

