Files
MIT6.828_OS/lab/lab6.si4project/Backup/output(770).c
2019-07-17 16:08:06 +08:00

14 lines
224 B
C

#include "ns.h"
extern union Nsipc nsipcbuf;
void
output(envid_t ns_envid)
{
binaryname = "ns_output";
// LAB 6: Your code here:
// - read a packet from the network server
// - send the packet to the device driver
}