/*
 * Frame Scheduler
 * Example Using frs_pinsert and frs_premove - modified from simple.c
 */

/*
 * This example creates one simple frame scheduler.
 *
 * PARAMETERS:
 * cpu: 1
 * intr_source: FRS_INTRSOURCE_CCTIMER
 * n_minors: 4
 * period: 600 [ms] (a long period to allow for the printf statements)
 *
 * PROCESSES:
 * Process A: Period of 600 [ms] (determined base minor frame period)
 * Process B: Period of 2400 [ms] (determined # of minor frames per major frame)
 *            (inserted into the frs 10 frames after startup - then 
 *             removed 10 frames later)
 */
