⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 nachos test nachos 有关实验
💻
字号:
From: cs162@po.EECS.Berkeley.EDU (Class Master)Subject: Answer to problems running assignment 5Some people have been having problems running assignment 5.Unfortunately, the way the network gets initialized, if thingsdon't get done in exactly the right order, you can get an errorin sending the first packet to the socket.I have modified synch.h and synch.cc in code/, and re-compiledthe contents of code/network.  I was then able to run thetest case successfully, at least one out of two times.  See below.So, be careful out there!tom-----------po.EECS.Berkeley.EDU:network>!19./nachos -m 0 -o 1 > & log & ; ./nachos -m 1 -o 0 > & log2 &[1] 10882[2] 10883po.EECS.Berkeley.EDU:network>[2]    Illegal instruction  ./nachos -m 1 -o 0 >& log2 (core dumped)[1]    Illegal instruction  ./nachos -m 0 -o 1 >& log (core dumped)po.EECS.Berkeley.EDU:network>rm -f log* SOCKET*po.EECS.Berkeley.EDU:network>!19./nachos -m 0 -o 1 > & log & ; ./nachos -m 1 -o 0 > & log2 &[1] 10895[2] 10896po.EECS.Berkeley.EDU:network>[1]    Done                 ./nachos -m 0 -o 1 >& log[2]    Done                 ./nachos -m 1 -o 0 >& log2more logGot "Hello there!" from 1, box 1Got "Got it!" from 1, box 1Machine halting!Ticks: total 57080, idle 56810, system 270, user 0Disk I/O: reads 2, writes 0Console I/O: reads 0, writes 0Paging: faults 0Network I/O: packets received 2, sent 2Cleaning up...po.EECS.Berkeley.EDU:network>more log2Got "Hello there!" from 0, box 1Got "Got it!" from 0, box 1Machine halting!Ticks: total 58530, idle 58260, system 270, user 0Disk I/O: reads 2, writes 0Console I/O: reads 0, writes 0Paging: faults 0Network I/O: packets received 2, sent 2Cleaning up...

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -