#!/bin/sh

# Optimize interrupts. You might want to add parameters if you want
# to favor ttyS1 or ttyS0 or something else.
irqtune

# Hdparm optimization
# Switches on interupts during transfers and does multi sector transfers
#hdparm -u1 -m16 /dev/hda
