如果candidate选过OS课,我会问low level details,比如syscall是怎么实现的
只是满足于完成课程project的candidate通常只能泛泛而谈,好的candidate会讲user mode的stub是怎么code gen的,calling convention,what happen in CPU (registers) when CPU execute a syscall instruction。这些细节通常课堂上不会讲,但curiuos mind会自己从project的start code里dig out。
