Skip to content

c-trinh/CS460-OS-Architecture-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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