摘要:
2.3 程序破解 我使用的程序代码如下: //passwd.c include int main() { int passwd = 950914; int enter = 0; printf("please input your passwd:\n"); scanf("%d",&enter); if 阅读全文
摘要:
week 8 实验:理解进程调度时机跟踪分析进程调度与进程切换的过程 1.环境搭建: rm menu rf git clone https://github.com/megnning/menu.git cd menu ls make rootfs qemu kernel ../linux 3.18. 阅读全文
摘要:
week 7 实验:Linux内核如何装载和启动一个可执行程序 1.环境搭建: rm menu rf git clone https://github.com/megnning/menu.git cd menu ls mv test_exec.c test.c vi test.c // 可以看到增加 阅读全文