求助:x86_64上面的cr0清零的问题
{:3_198:} 系统是Linux localhost.localdomain 2.6.18-164.el5xen #1 SMP Tue Aug 18 15:59:52 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux 通过网上查…
kgdb 打开test的时候能看到 Waiting for connection from remote gdb...停不下来,
当我把这些选项都选上的时候,启动开发板就能看到 Waiting for connection from remote gdb... kgdbts:RUN plant and detach test kgdbts:RUN sw brea…
初用git请教个问题
先在master里commit -m 'init' 再建立一个branch ‘kami’ 在‘kami’里面修改一些文件 然后commit -am 'add' checkout到master 为什么修改的文件没有…
kmem_cache_create疑惑
函数声明为 kmem_cache_create (const char *name, size_t size, size_t align,         unsigned long flags, void (*ctor)(void *)…
mmu_gather_t *tlb;??? asm-generic/tlb.h
/* * remove user pages in a given range. */ void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size) {   &nb…
tlb gather mmu()函数有何用?
tlb gather mmu() records the MM that is being altered. Later, tlb remove page() will be called to unmap the PTE that stores the PTEs in a st…
0.12 的bootsect.s的问题
go:        mov        ax,cs           mov     &n…
求教linux里的一道分页原理相关的题目
假定为一个进程分配的线性地址范围为0x00e80000~0xc0000000 并假定这个进程要读取线性地址0x00faf000中的内容 试按照分页原理描述其处理过程 题目出处…
为什么unix io 模型不如 windows nt?
本帖最后由 hzhzorange 于 2011-05-03 02:31 编辑 windows nt由 Dave Cutler设计,此人可谓是当时硅谷最顶尖的操作系统设计者?当时的linus在他面前…