Manio 马牛不是人 Computer science and life of Manio

Posts Tagged ‘Computer Science’

SESC Tutorial – 1. Install Whole SESC Step by Step

06.08.2010 · Posted in SESC Tutorial, System

SESC is good. But after so many years, there are still few documents. Researchers are often dragged by some tiny troubles. The research can really start, once they can run the hello world. This tutorial aims to reduce the time spending on setuping the evnironment. It lets the researchers pass the tedious evironment setuping ...

Mr. Process的一生-Linux内核的社会视角 (1)调度

01.08.2010 · Posted in Computer Science, System

Linux内核是一个无比复杂的系统,要想看清大致的脉络也非易事。其实,可以把运行中的Linux想像成一个人类的社会,当中的进程就是社会中的人。人有生老病死,进程有创建、异常、终止。人有各种各样的财产,进程有对应的地址空间、设备等等。人被各种各样的东西限制着,被人管着,进程也是。内核无比巨大,从哪着手?我想,从进程的视角来看是个好办法。并且,在学习Linux内核的同时,类比人类社会来看,会有更深刻的印象,理解得更透彻。 ...