Skip to content

An-JIeun/os101-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

OS-101 project

  • bash commision denied error
    // at the root directory
    chmod -R 755 ./*    
  • build and run the program (when now path is ~/github/pintos)
cd threads
make

then path is changed to ~/github/pintos/threads

cd build
../utils/pintos automated_warehouse 2 1A:3B // for example
  • to use git
git add *
git commit -m "anywords"
git push
  • thread.c
thread_create (const char *name, int priority,
               thread_func *function, void *aux) 
  • robot struct parameters
setRobot(struct robot* _robot, const char* name, int row, int col, int required_payload, int current_payload)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published