- 博客(30)
- 收藏
- 关注
原创 MIT6.828 LAB6: Network Driver
抽了点空把LAB6重新整理一下,作为结束符~~。 Introduction 我们已经实现了1个文件系统,当然OS还需要1个网络栈,在本次实验中我们将实现1个网卡驱动,这个网卡基于Intel 82540EM芯片,也就是熟知的E1000网卡。 网卡驱动不足以使你的OS能连接上Internet。在LAB6新增加的代码中,我们提供了1个网络栈(network stack)和网络服务器(netw
2017-07-13 17:58:41
3470
原创 MIT6.824 Lab1 MapReduce
Introduction 本次实验主要是用go语言来实现1个MapReduce库,并且了解分布式系统的容错机制,推荐先看一下MapReduce的论文[MapReduce] 主要机制如下图: Map worker读入1个文件,处理后生成n(reduce worker数目)个中间文件,然后每个Reduce worker读取其对应的所有中间文件,处理后生成1个结果文件,
2016-08-05 15:19:03
7257
1
转载 MIT6.828 LAB4 Part C: Preemptive Multitasking and Inter-Process communication (IPC)
IPC
2016-07-09 20:07:54
2601
转载 MIT6.828 Lab4 Part A: Multiprocessor Support and Cooperative Multitasking
Multiprocessor Support and Cooperative Multitasking
2016-07-06 15:35:54
4080
1
转载 MIT6.828 Lab3: 第2部分 Page Faults, Breakpoints Exceptions, and System Calls
Page Fault
2016-05-30 14:46:36
3049
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人