#!/bin/sh # # initgraf # # This script sets up the system environment for executing # our graphics applications (by inserting two modules into # Linux kernel with the 'insmod' command). # # ----- # # To make this file executable use: $ chmod a+x initgraf # Then execute this file by typing: $ initgraf # # (Be sure the files 'dosio.ko' and 'vram.ko' can be found # by the '/sbin/insmod' command.) # # programmer: ALLAN CRUSE # written on: 21 JUN 2005 # revised on: 31 AUG 2005 # /sbin/insmod dosio.ko /sbin/insmod vram.ko