run表示让内核运行一个测试,alarm-multiple表示测试的名字 该指令启动了qemu,然后pintos启动并运行了alarm-multiple这个测试,When it's done, you can closeQemubyCtrl+a+c. we can log the output to a file by redirecting at the command line, e.g.pintos -- run alarm-multiple >logfile. option在前(...
260行左右kernel.bin--->/home/wyf/os/pintos/src/threads/build/kernel.bin, 625行左右把qemu-system-i386改成qemu-system-x86_64。 pintos.pm 362行 改为/home/wyf/os/pintos/src/threads/build/loader.bin 然后直接运行pintos, pintos run alarm-multiple 结束。 验证配置成功 方法1:在utils文件夹下运行pi...
b) Edit ~/src/utils/Pintos.pm by replacing loader.bin in line number 362 with the absolute path pointing to it: /home/sriramk/pintos/src/threads/build/loader.bin 11) Run the kernel pintos run alarm-multiple Should run the kernel in qemu and show the output of 5 thread creation. ...