oscp nachos 实验三

Posted kekexxr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oscp nachos 实验三相关的知识,希望对你有一定的参考价值。

按照这个去修改代码:https://www.e-learn.cn/content/qita/1655335

按照这个去解决bughttps://blog.csdn.net/qq_37837061/article/details/83514277

技术图片

 

 上述图片说明:

1.在prodcons++里面:添加 #include<unistd.h>

#include<fcntl.h>

2.在ring.h里面删除#include<stdlib.h>

添加 external “C”{

#include<stdio.h>

extern int exit(int st);

}

 

运行:(命令行)

1.编译  make 

2../nachos    即可生成temp_1 temp_2 文件夹

3. 。/nachos -rs 5  带有随机数的执行   temp_2 文件夹不再是空的!

以上是关于oscp nachos 实验三的主要内容,如果未能解决你的问题,请参考以下文章

实验三

实验六报告

实验三

实验三

实验三

实验7