Ex1 syscall从time.h中一共只有三个函数一个个试过来也行了 Ex 5Allocate a region of memory for...
Ex1所以一开始为什么要comment掉啊,我忘记comment out回来了eflag设置为FL MASK即可 Ex2第一题依次round,m...
ex1参照nextfree,然后需要对齐,直接调用boot map的代码 ex2先单核启动的(BSP),再是APs,AP从实模式开始,入口:bo...
Ex 1仿照pages写env即可但是发现一直说paddr(0)应该是kern pgdir里面分配了自己的位置需要在boot alloc里面添加...
Part1记录那些页被用了,使用链表管理struct Page objects boot_alloc: 看注释mem_init: 设置一个二阶表...
要求是先回答几个问题为什么要用大页?从逻辑地址到物理地址的转换我们知道,如果采用常规页(4KB)并且使TLB总能命中,那么至少需要在TLB表中存...
The help command is obvious, and we will shortly discuss the meaning of ...
为什么外核在内存和文件系统性能更好?性能的代价是什么Expose namesTo improve library operating syste...
prefix��:可以改,比如ctrl a~/.tmux.conf 里面unbind ^b set -g prefix 'C-a' % 左右平分...