Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 338 Bytes

CS460 - Operating Systems and Computer Architecture

Development Enviroment / Setup:

Development Software: (Ubuntu 18.04)
(1). Intel x86 packages:

 sudo apt-get install bcc
 sudo apt-get insatll qemu-system-i386

(2). ARM packages:

 sudo apt-get insatll gcc-arm-none-eabi
 sudo apt-get insatll qemu-system-arm