摘要:
1. pci_driver结构struct pci_driver { struct list_head node; const char *name; const struct pci_device_id *id_table; /* must be non-NULL for probe to be ... 阅读全文
摘要:
/** 0.11用了 unsigned char */static unsigned short mem_map [ PAGING_PAGES ] = {0,};/** Get physical address of first (actually last :-) free page, and m... 阅读全文
摘要:
static inline unsigned long get_limit(unsigned long segment){unsigned long __limit;__asm__("lsll %1,%0":"=r" (__limit):"r" (segment));return __limit+1... 阅读全文