Created
April 1, 2011 15:24
-
-
Save imom0/898330 to your computer and use it in GitHub Desktop.
qingant出的笔试题。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
就出这么几个 | |
1.虚拟内存原理。要答到页表,mmu,等等 | |
2.可执行程序入口(谁调用了main) | |
3.大小端 | |
4.对齐 | |
5.UNIX/Linux C的异常控制流/非本地跳转(信号longjmp/setjmp) | |
6.典型的进程地址空间布局 | |
请大家补充 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment