debug kernel 中文意思是什麼

debug kernel 解釋
調試核心
  • debug : vt ( bugged; bugging)1 驅除(某處的)害蟲。2 排除(飛機等的)故障;(自動化裝置中)移去(程序等...
  • kernel : n 1 (果實的)核,仁。2 穀粒,麥粒。3 內核,核心,要點。4 【原子能】(原子)核。5 【數學】(積分...
  1. The virtual circuit management module is consists of three sub - modules which are virtual - circuit - create sub - module, virtual - circuit - hold sub - module, virtual - circuit - free sub - module. we create a virtual circuit between each other before they begin to communicate, then we hold this virtual circuit during the communication process, finally, free this virtual circuit after finish the communication. i coded this program with c under linux kernel and use the kgdb to debug the module

    主機虛電路管理模塊主要由建立虛電路,維護虛電路和撤銷虛電路三個子模塊組成,建立虛電路模塊採用了兩次握手機制,在雙方進行通信前建立端到端的虛電路;維護虛電路模塊負責在通信過程中維護虛電路;撤銷虛電路模塊採用了改良的六次握手協議,在通信結束後撤銷虛電路。
  2. Then describe three aspects of the key techniques of using linux as the development tools of embedded system including the real - time variant of linux ? ? rt linux and it ' s principle, implementation and the programming ; the network coding in linux kernel and the analysis of linux network device drivers and the online debug environment of linux kernel and rtlinux kernel. i have also involved the implementation of embed linux / rtlinux in a floppy to simulate the embedded environment. in the last part of this thesis, i give the suggestions and prospect of the development of a mature embedded system which have the most competition ability in china market base on the current work

    緊接著,分兩個方面論述使用linux進行嵌入式系統開發的便利,包括linux的實時變種? ? rtlinux的原理、實現方案和編程方法,並且編程實現了一個計算實時任務調度時間的軟體; linux網路設備驅動程序的分析和利用到嵌入式系統中的方案;然後,以作者在黑龍江傲立信息有限公司課外實習期間的實際工作經歷,介紹了基於lineo公司的ucsimm開發評估板進行嵌入式設備開發的一般過程。
  3. The paper analyses the features of mmc2107 in detail, designs circuit diagram of the software debug platform, presents an accurate description of the logic symbol in complex programmable logic device, gives a detailed discussion about the operating mechanism of target resident kernel and the customization of the system software

    文中詳細地分析了mmc2107的功能特性,設計了軟體調試平臺硬體電路,給出了復雜可編程邏輯器件的內部邏輯圖,論述了駐留程序的工作機制並定置了系統程序。
  4. However, the major question is not about how to do that, it is “ why we need to debug user mode application in kernel session

    但是問題的關鍵不在於如何做,而是在於為何需要把用戶態程序重定向到核心態?
  5. This paper sums the situations and trends of domestic and international engineering machinery firstly, discusses the demands and implements of intelligent and long - range monitoring and controlling, and constructs a three - layer model of the engineering machinery long - range monitorin and control system : the front unit control systems, the machine - mounted monitoring system and the long - range control center ; proposes a kind of structure of embedded system based on c / os - ; dissects the characteristics, structure, operation and schedule principle of c / os -, modified the kernel, and improves dependability of the schedule algorithm ; designs the hardware in detail : the microprocessor at91rm9200, the store unit, the serial interface, the human - computer interaction interface, the can bus control module, the debug interface and the reset circuit etc. ; on this basis, succeeds in transplanting c / os - to the system, sets up the operating system framework, designs the driver, sets up the institutional framework of upper user ' s application, provides the method and concrete application process of the graphical user interface module based on c / os -. the system designed in this paper, not only has the functions of local control, friendly human - computer interface, but also has various interfaces which make the system can be managed by the long - rang center

    本文首先綜述了國內外工程機械行業發展的現狀和趨勢,闡明了實施工程機械智能化及遠程監控的意義和需求,並為此構建了工程機械遠程監控系統三層結構模型:前端單元控制系統、車載監控系統和遠程監控中心;提出了一種基於c / os -的嵌入式車載監控系統構建方案;深刻剖析了c / os -的特點、內核結構、運作機理、調度演算法,在此基礎上對其內核進行移植前的必要修改,並對其調度演算法進行了可靠性改進;對構成嵌入式系統硬體的各個主要部分:嵌入式微處理器at91rm9200 、存儲單元、串列介面、人機交互介面、 can總線控制模塊、調試介面以及復位電路等做了詳細的設計;在此基礎上,成功地將c / os -實時內核移植到本文研發的嵌入式硬體系統中,建立了車載監控系統的操作系統體系結構,編寫了該操作系統的底層硬體驅動程序,建立了上層用戶應用程序的組織結構,並給出了圖形用戶界面模塊化應用程序在c / os -操作系統上的建立方法和具體應用過程。
  6. Zdbg can perform generic debugger function such as set breakpoint, single step, r / w memory, modify register and etc. and zdbg can debug zyco ' s kernel by its innovative design

    在功能設計上,除了使zdbg可以完成一般的應用調試器助能,例如設置斷點、單步執行、讀寫內存、修改寄存器值等等,還通過創新性的設計使得zdbg可以用於調試zyco操作系統自身。
  7. Intended for experienced kernel and device driver software developers, dsf makes it easier to debug and test device code that would otherwise be difficult to simulate or recreate

    對那些經驗豐富的內核和設備驅動程序軟體開發人員而言, dsf讓調試和測試設備代碼變得更容易,而這些工作如果沒有dsf將難以進行模擬和再現。
分享友人