Skip to content

silasstokes/cpts-460-operating-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS460

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

Dev Software Needed x86:

sudo apt-get install bcc // needed to compile 16 bit code.

sudo apt-get install qemu-system-i386

Dev packages need for ARM:

sudo apt install gcc-arm-none-eabi

sudo apt install qemu-system-arm

Labs Summary:

  • Lab 1: given an asm bios file and a disk image, write a bootloader.
  • Lab 2: write peripherals to drive a virtualized vga connection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages