差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
cpp:mixed [2017/03/21 14:28]
tony [參考網頁]
cpp:mixed [2023/06/25 09:48] (目前版本)
行 12: 行 12:
   * [[certificate|Sign Certificate的問題]]   * [[certificate|Sign Certificate的問題]]
   * [[cpp:​linux_kernel:​build_driver:​build_nic_on_CentOS6.7|Build ixgvevf kernel module on CentOS6.7]]   * [[cpp:​linux_kernel:​build_driver:​build_nic_on_CentOS6.7|Build ixgvevf kernel module on CentOS6.7]]
-===== 參考網頁 ===== +  ​* [[cpp:linux_kernel:show_physical_address|Show Physical Memory Address of the kernel module]] 
-  ​* [[http://​support.microsoft.com/​kb/​198038/​zh-tw|實用的封裝與部署工具]] +
-  * [[http://​www.microsoft.com/​taiwan/​technet/​columns/​profwin/​34-sysinternals.mspx|Windows Sysinternals 及實用工具]] +
-  * [[http://​blog.chinaunix.net/​uid-24512513-id-3183457.html|Linux Kernel開發環境]] +
-  * [[http://​pci-ids.ucw.cz/​read/​PC/​8086|PCI device id list]] +
-  * [[http://​www.osronline.com/​showthread.cfm?​link=205314|WDM中使用KeInitializeSpinLock在x86的link重複問題]] +
-  * [[http://​daydreamer.idv.tw/​rewrite.php/​read-18.html|檢查程式記憶體的小工具-valgrind]] +
-  * [[https://​stephenyin.github.io/​2016/​12/​19/​valgrind-locate-codeline/​|透過valgrind定位memory leak的位置]]+
  
-  * [[http://​blog.gclxry.com/​%E4%BD%BF%E7%94%A8vmmap-exe%E5%88%86%E6%9E%90%E8%BF%9B%E7%A8%8B%E5%86%85%E5%AD%98%E4%BD%BF%E7%94%A8/​|VMMap介紹]] 
-  * [[http://​stackoverflow.com/​questions/​19617955/​c-run-program-as-administrator|Build .exe to run as admin]] 
-  * [[https://​en.wikibooks.org/​wiki/​X86_Disassembly/​Windows_Executable_Files|Windows_Executable_Files]] [[https://​upload.wikimedia.org/​wikipedia/​commons/​7/​70/​Portable_Executable_32_bit_Structure_in_SVG.svg|format]] 
-  * [[http://​www.nirsoft.net/​utils/​blue_screen_view.html#​DownloadLinks|Blue Screen Viewer]] 
-  * [[http://​xiamachao.blog.51cto.com/​10580956/​1685376|Intel CPU屏蔽PCIE错误的两种方法]] 
-===== Compile Issues ===== 
-  * [[http://​stackoverflow.com/​questions/​9182763/​implicit-function-declarations-in-c|implicit-function-declarations error]]