Skip to content

jpetuchovas/cs61c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS61C: Great Ideas in Computer Architecture (Machine Structures)

Solutions to various problems from CS61C. Lecture videos are available on the Internet Archive.

Docker Usage

The following steps require Docker and Docker Compose to be installed.

Preparing the Image

To prepare the cs61c image, run the command (this step is necessary only once):

docker-compose build

To check that the image was built, run the command docker images.

Using the Container

Run the commands:

docker-compose run --rm cs61c
cd /cs61c

Using a Cross-Compiler for MIPS

A cross-compiler for MIPS called mips-gcc can be used by running the commands:

docker-compose run --rm mips
cd /cs61c

Then use $CC to compile C code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published