Repo used while taking cpts-460 at WSU spring 2022
Course website: https://eecs.wsu.edu/~cs460/
Course files: https://eecs.wsu.edu/~cs460/samples
sudo apt-get install bcc // needed to compile 16 bit code.
sudo apt-get install qemu-system-i386
sudo apt install gcc-arm-none-eabi
sudo apt install qemu-system-arm
- Lab 1: given an asm bios file and a disk image, write a bootloader.
- Lab 2: write peripherals to drive a virtualized vga connection.