码迷,mamicode.com
首页 > 其他好文 > 详细

oscp nachos 实验三

时间:2020-02-10 13:28:38      阅读:50      评论:0      收藏:0      [点我收藏+]

标签:代码   ++   temp   tps   ons   随机数   article   命令   sdn   

按照这个去修改代码: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 实验三

标签:代码   ++   temp   tps   ons   随机数   article   命令   sdn   

原文地址:https://www.cnblogs.com/kekexxr/p/11717814.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!