- QEMU (If using QEMU 5.2+ comment out
--no-kvm
flag) - Python3
- GCC
- Add
pintos
to path withPATH="/path/to/pintos/src/utils:$PATH"
make <folder>
with foldersdevices
,filesys
,threads
,userprog
,vm
pintos run <program>
make check
in foldersdevices
,filesys
,threads
,userprog
,vm