Agenda

<aside> 📌 Reminders

Logistics

Contact: [email protected]

OH: Wednesday 6-7PM, CS help centre

Tutorial: Review tutorial questions, answer any questions you might have

Make sure to watch video before tutorial

Getting Started With pintOS

Some helpful commands

run make in /pintos/src/utils and /pintos/src/threads

in the build directory of your project: pintos -v -k -T 60 --bochs -- -q run alarm-single

Again in the build directory: pintos --gdb -v -k -T 60 --bochs -- -q run alarm-single

Open a new terminal, connect to the container: docker exec -it pintos bash, then, inside /pintos/src/threads/build , run pintos-gdb kernel.o to load symbols and debugpintos to connect to running program

gdb commands