#! /bin/sh # # This file generates the symbol table for the kvm subsystem. The # table is limited to the ones we believe are needed. symbols="" while read sym do symbols="${symbols} ${sym}" done <