virtual memory system 中文意思是什麼

virtual memory system 解釋
虛存系統
  • virtual : adj. 1. 實際上的,實質上的,事實上的。2. 【物理學】虛像的。3. 【物理學】有效的;【計算機】(網上)虛擬的。4. 〈古語〉具有可產生某種效果之內在力的。
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  • system : n 1 體系,系統;分類法;組織;設備,裝置。2 方式;方法;作業方法。3 制度;主義。4 次序,規律。5 ...
  1. Then the system removes your driver code from virtual memory

    然後系統從虛擬內存中移除你的驅動碼。
  2. Traditionally, the amount of virtual memory required by these utilities is dependent on file system size, since the bulk of the required virtual memory is used to track the allocation state of the individual blocks in the file system

    通常,這些實用程序所需的虛存數量由文件系統的大小決定,這是由於所需虛存主要用於跟蹤文件系統中個別塊的分配狀態。
  3. Linux is originally designed as a time - sharing operating system. due to its non - preemptive kernel, coarse time granularity, frequent disabled interrupt, virtual memory and other buffer mechanism, linux is not so “ real - time ” as rtos

    Linux的調度機制決定了它是一個分時系統,其不可搶占的內核、粗糙的時鐘粒度、頻繁的關中斷、虛存和其它緩沖機構的設置,使得linux的實時性不強。
  4. Virtual memory, executive system

    執行系統虛記憶器
  5. An important consideration for a file system check repair utility is the amount of virtual memory it requires

    文件系統檢查/修復實用程序重點考慮的因素之一是所需虛存數量。
  6. The design of the jfs check repair utility differs in that its virtual memory requirements are dictated by the number of files and directories rather than the number of blocks within the file system

    Jfs檢查/修復實用程序的設計區別在於其虛存需求由文件系統中文件和目錄的數量(而不是由塊的數量)所決定。
  7. Like all other file systems, the jfs utility needs to track block allocation states but avoids using virtual memory to do so by using a small reserved work area located within the actual file system

    如同所有其它的文件系統, jfs實用程序需要跟蹤塊分配狀態,但避免使用虛存方法,而是使用位於實際文件系統中的一小塊保留工作區來實現。
  8. Operating system name and version, processor vendor model version speed cache size, number of processors, total physical memory, total virtual memory, devices, service type protocol port, and so forth

    操作系統名稱、版本號、處理器提供商/類型/版本/速率/緩存大小、處理器數量、物理內存總量、虛存總量、設備、服務類型/協議/埠號,等等。
  9. In a virtual - memory system, programs are given access to a larger set of addresses than is physically available, and a dedicated memory manager maps these logical addresses to actual locations, using temporary storage on disc to hold the overflow

    在虛擬內存系統中,程序可以訪問超出可用物理內存的更大的地址集合,專用內存管理程序將這些邏輯地址映射到實際地址,使用磁盤上的臨時存儲保存超出的部分。
  10. Now the emphasis is transferred to the design and implementation of memory system. before a deep discussing, some basic knowledge is introduced, such as the memory classification and hierarchy, address space, access controlling, cache, memory coherence, and the popular memory system implementation method. then the archteture of the target memory system is presented and divided into two subsystems, the virtual memory management subsystem and memory access subsystem, according to their function

    接下來本文將重點轉移到研究已定目標vliw處理器存儲系統的設計和實現,先對存儲系統設計涉及的存儲器及其組織層次、地址空間、訪問控制、 cache 、存儲一致性、常見的實現方式等因素作了分析,然後給出了目標存儲系統的總體框架,並按功能將其劃分為虛存管理和訪存兩個子系統。
  11. We first give an analysis of the whole system and its requests for memory management then we design and implement the memory management strategies of rtos for this chip, including the paged virtual memory management mechanism without swap, the memory protection, the memory sharing and the static / dynamic memory allocation mechanism. chapter 4 describes the simulation method of the memory management strategies implemented in the previous chapter, then we analyse the results of the simulation

    首先對系統進行了分析,得到其對操作系統的存儲管理的具體要求,然後針對上面提出的需求,設計並實現了相應的存儲管理策略,包括分頁不交換的虛擬存儲機制、存儲保護、存儲共享以及內存的靜態動態分配機制,最後介紹了在本系統研究和實現過程中用到的幾個工具軟體。
  12. This thesis invesigates the kernel of uclinux, which is different from the mainstream linux. according to the mmu - less embedded micro - processors, uclinux removes the parts correspond to the virtual memory management, changes some of the system call interfaces and adopts the binary flat format to allow the program to be executed in place. the thesis also describes how to port uclinux to m68k platform and run it smoothly

    本文詳細闡述了uclinux針對嵌入式應用、基於無內存管理單元的特性對標準linux進行的改良。主要包括沒有虛擬內存機制的內存管理,系統介面的改變,獨特的運行方式xip和可執行文件格式bflt 。本文同時介紹了uclinux的板級移植過程以及如何運行一個完整的uclinux操作系統。
  13. Then it works over the methods of constructing the embedded internet service system with linux which mainly include the following aspects : how to boot embedded linux system ; how to revise the linux kernel to adjust it to embedded application, especially how to revise the virtual memory mechanism ; how to mount a file system to embedded linux system ; methods of developing device drivres ; how to connect embedded linux system to internet

    然後,詳細研究分析了如何利用linux構建嵌入式internet服務系統,其中主要包括下面幾個方面的內容:如何引導嵌入式linux系統;如何修改linux內核以適應嵌入式應用的需要,這其中主要分析了對虛擬內存機制的修改;如何在嵌入式linux系統中掛接文件系統;開發硬體設備驅動程序的方法;如何將嵌入式linux系統接入internet 。
  14. When we develop the application based on the embedded linux system we must first resolve how to build the embedded linux os. during the building we must consider several problems such as how to boot linux, whether is the virtual memory mechanism necessary, how to select the file system and how to eliminate the dependment on disk

    開發基於嵌入式linux的應用必須首先解決如何構建嵌入式linux操作系統。在構建過程中通常會面臨以下幾個問題:如何引導、是否需要虛擬內存、文件系統的選擇以及如何消除嵌入式系統對磁盤的依賴。
  15. Paging i / o. these are i / o operations initiated by the virtual memory system in order to satisfy the needs of the demand paging system

    這類是為了滿足「請求頁面調度系統」的需求而由虛擬內存系統發起的i / o操作。
  16. Shared virtual memory system builds one svm layer over physically distributed memory to form one logically uniform shared virtual space

    虛擬共享存儲系統( svm )用軟體的方式在物理分佈的存儲器上實現了一個邏輯上統一的虛擬共享存儲空間。
  17. For this reason, there are specific rules used to ensure correct cooperation between file systems ( and file system filter drivers ) and the virtual memory system

    正是由於這個原因,有詳細明確的規則用於保證文件系統(過濾)驅動程序與虛擬內存系統之間正確的協作。
  18. It also displays a one line summary of virtual memory activities since the system was rebooted or booted

    它還顯示一行系統重啟或啟動以後的虛擬內存活動的摘要信息。
  19. That field of the total address ( virtual or physical ) that defines the page containing the desired address in apaged memory system

    在分頁存儲器系統中,虛或實總地址中定義包含所需地址的頁面的欄位(中的內容) 。
  20. The paper realizes many significant scheduling algorithms mainly including rapid panorama reflection, intelligent virtual objects prediction and memory schedule in virtual walkthrough system

    實現了虛擬漫遊系統中的一些關鍵的調度演算法,主要包括全景圖的快速重投影演算法、虛擬對象的智能預測演算法和內存調度演算法。
分享友人