Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 920 Bytes

File metadata and controls

34 lines (17 loc) · 920 Bytes

Assignment 2, Unix Systems Administration and Programming

This repository contains scripts and documentations for Assignment 2, along with performance data and charts generated by the script.

To run this script, simply run this command in your terminal (you will need to have sudo access)

./build_kernel

This script is specifically configured for Raspberry Pi 4 model, so if you have a Pi 2 or 3, please refer to the Modify config section below

DOCUMENTATION

build_kernel

first_perf_script

second_perf_script

Performance report

MODIFY CONFIG

To run this script on a Raspberry Pi 2 and 3 model, open build_kernel file with a text editor, find these lines

KERNEL=kernel7l
$MAKE bcm2711_defconfig

And replace it with these lines

KERNEL=kernel7
$MAKE bcm2709_defconfig