- 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)