| Fordi  
 
 
 
 
 Group: Members
 Posts: 90
 Joined: April 2004
 | 
|  | Posted: Mar. 12 2005,19:24 |  |  static kernel with support for VIA miniITX embeded hardware
 - sound, video, usb, firewire all built on the board and shipping with windows drivers currently.
 - add touchscreen drivers (module)
 
 These two would require a kernel rebuild.  Simple enough.  Get yourself a copy of Knoppix.  Find the kernel version.  Get those kernel sources.  Get the .config from /usr/src/linux when in KNOPPIX.
 
 Once you have a development environment set up (can be achieved with a DSL HD install followed by apt-getting g++ gcc and make), do make config.
 
 Now, take a look in the manual for your mini-itx board.  You want to have built-in modules for the hardware on the VIA board (I actually have a nice embedded-type kernel made from uClibc and designed for the mini-itx board in my "TRS-800", but it's very specifically for the VIA-EPIA series; you lose functionality for the EPIA-M and others).
 
 It's all about getting your hands dirty.  I hope I've pointed you in the right direction.
 |