Skip to content

ravimalik20/pintos-pa2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

CSE421/521 Assignment1

This repository has an initial setting to start assignment 1.

Direction

  • Go to pintos directory.
  • Remove src directory with sudo command (password: cse421521)
$ cd ~/pintos
$ sudo rm -r src
  • Clone your repository. (The link is at upper-right corner, choose http if you didn't set up ssh-key)
$ git clone [repository-link]

Etc.

  • We strongly recommend you to remove whole src folder and clone it unless you already have written a lot of code.
  • This link is for SSH setup.

About

Syscall implementation for Pintos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published