Tsinghua ucore kernel with GKD 2015-04-30 3K I talked to Professor Chen from Tsing Hua (http://media.cs.tsinghua.edu.cn/cn/cheny), i tried their education kernel (https://github.com/chyyuu/ucore_lab). I modified a little bit…
I finally understand why "DW_OP_fbreg: 0" is possible 2015-04-14 5.1K In the following function kmalloc2, take a look the first parameter, the memory location of that parameter is stated by…
objdump has bug 2015-04-11 3.5K objdump command has bug, i tried to use this command "objdump -dS kernel" to display mixed assembly and c code.…
I finally understand why same parameter even has multiple locations 2015-04-07 6.2K I finally understand why same parameter even has multiple locations. My pass concept is parameter stay in the stack. But…